Closed jakewtaylor closed 6 years ago
@jakewtaylor I think your solution works, at least one other project has done that to fix this issue: https://github.com/realm/realm-js/issues/1176
Looks like it's already been requested here: #28
Closing, fixed in https://github.com/zhangtaii/react-native-google-place-picker/pull/28
I got a build error when following the install steps for android:
I've fixed it by simply removing the
@Override
inRNGooglePlacePickerPackage.java
at line 20, which seems to be working fine. I would submit that change as a PR but I'm not confident enough that's a good fix, I don't know Java too well.