I have a React Native project that I created for iOS, and now I would like to make it work on Android. I followed the instructions and created the react-native run-androidroot form of the project.
When it loads into Android emulator, I get a red error screen that says:
React Native RCTNetworking.sendRequest got 6 arguments, expected 7
Marty source
share