Search code examples
react-nativecompiler-errorsandroid-emulatornode-modulesjavac

React-Native app will not compile since adding react-native-google-place-picker node module


I am a very new app developer, first job out of university and I'm working on a react-native app. My bosses have done some work on the app and then returned it to me. They added a node module called react-native-google-place-picker. And now I cannot get the app to compile and run on my emulator. It was working last week when I sent my work to them and they continued piecing all the devs work together.

Here is my console when I run react-native run-android, I am using Android studio emulator. I have been working on this app for a couple of weeks and been able to compile and test the app without any major issues but this one has me stumped.

Image of Error during compile:

Image of Error during compile


Solution

  • Try going into the RNGooglePlacePickerNode.java, and comment out the override statement.