satishmane

Results 3 comments of satishmane

Can we please get fix and latest version of geocoder asap

node_modules/react-native-picker-dropdown/Picker.js: Unexpected token (39:19) 37 | return( 38 | 39 | onPress={::this.handlePress} | ^ 40 | style={{ 41 | alignSelf: 'stretch', 42 | alignItems: 'center', I wasted my time using...

You need to edit this package and remove those two :: before this. In addition to this, you might need to put () after handlePress like handlePress(). Then it will...