-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android build failed on react-native 0.54.2 #25
Comments
Same error on 0.55.3 |
Fixed in #28 |
Same error on 0.55.4, for us isn't a solution to modify the RNUtils.java file, because we modify this file every time we do npm install. |
@ManuMorenoGonzalez , fork my repo then change this line in your package.json: That way your npm install will work |
Any plans to merge this? |
Same prolem with 0.57.4. It will be a solution? |
You should try it, it most likely is the same fix |
Please merge #28 if that's a fix |
official newrelic react native agent is available https://docs.newrelic.com/docs/mobile-monitoring/new-relic-monitoring-react-native/monitor-your-react-native-application/ |
Hey guys, I've just upgrade
react-native
to0.54.2
and its giving me a compilation error onAndroid
This seems to be hapening on
v1.1.1
ofreact-native-newrelic
RNUtils.java:43: error: incompatible types: ReadableArray cannot be converted to ReadableNativeArray hashMap.put(key, toArrayList(readableNativeMap.getArray(key)));
The text was updated successfully, but these errors were encountered: