tolu360 / react-native-google-places

iOS/Android Google Places Widgets (Autocomplete Modals) and API Services for React Native Apps
567 stars 289 forks source link

App crashing and error is not showing in cmd, metro server, console #272

Open mehdihussain9 opened 4 years ago

mehdihussain9 commented 4 years ago

2 npms 'React-native-maps' and 'React-native-google-places' that are working fine in sandbox integration are not working in production envirinment causing App crash probably bcoz of the reason react-native updated version (0.61) compatibility issue.

ydv0121 commented 4 years ago

@mehdihussain9 try to run it in Android Studio

gauthampait commented 4 years ago

Same here! Works fine on iOS. Crashes when click on the back button or select an address from the list. Closes the application does not report an error.

Upgraded to React Native 0.61

gauthampait commented 4 years ago

Update : Fixed

There was an outdated react-native-upi-payment library which was causing some kind of a conflict. All godo now. Back to road.