Skip to content

Commit eea39ea

Browse files
committed
update Example
1 parent 1c8e90b commit eea39ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/ListViewExample1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class ListViewExample1 extends Component {
2525
onRefresh={this._onRefresh}
2626
/>}
2727
dataSource={this.state.dataSource}
28-
renderRow={(rowData) => <Text onPress={()=>alert(111)} style={{height:100}}>{rowData}</Text>}
28+
renderRow={(rowData) => <Text onPress={()=>alert(111)} style={{height:100,borderColor:'black',borderWidth:1}}>{rowData}</Text>}
2929
/>
3030
</View>
3131
)

0 commit comments

Comments
 (0)