We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8e90b commit eea39eaCopy full SHA for eea39ea
Example/ListViewExample1.js
@@ -25,7 +25,7 @@ export default class ListViewExample1 extends Component {
25
onRefresh={this._onRefresh}
26
/>}
27
dataSource={this.state.dataSource}
28
- renderRow={(rowData) => <Text onPress={()=>alert(111)} style={{height:100}}>{rowData}</Text>}
+ renderRow={(rowData) => <Text onPress={()=>alert(111)} style={{height:100,borderColor:'black',borderWidth:1}}>{rowData}</Text>}
29
/>
30
</View>
31
)
0 commit comments