react-native-open-source-board
react-native-open-source-board copied to clipboard
[react-native-core] FlatList item onPress not work the first time after refreshed
you can use setTimeout() I think this is related to js bridge
onPress={() => setTimeout(() => this.clickItem(item), 200)}