danielweinmann / react-native-picker-dropdown

A dropdown that uses React Native's Picker for Android and ActionSheetIOS for iOS
MIT License
28 stars 20 forks source link

SyntaxError: onPress={::this.handlePress} #3

Closed wincod75 closed 7 years ago

wincod75 commented 7 years ago

I'm getting a syntax error in my simulator referencing TouchableOpacity - onPress={::this.handlePress}. Any ideas?

"react": "16.0.0-alpha.6", "react-native": "0.44", "react-native-picker-dropdown": "0.0.1", "react-native-router-flux": "3.38.0"

wincod75 commented 7 years ago

Resolved: Updated Picker.JS file in node_modules folder

onPress={() => {this.handlePress();}}