Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Fix compiler error on Android #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ojcarcete
Copy link
Contributor

I am using React Native 0.50.3 and could not compile my Android app after installing this module.

The solution is removing an "@OverRide" tag, however I am not sure what would happen when trying to compile using React Native < 0.47.0.

@bitfabrikken
Copy link

Works for me on RN 0.49.5, thank you.

@hnq90
Copy link
Owner

hnq90 commented Nov 20, 2017

@ojcarcete Thanks. Seem we have to update other platforms too. Is there any CHANGELOG or migration guide for upgrading to latest version of React Native?

@ojcarcete
Copy link
Contributor Author

@hnq90 Lately I have been using rn-diff, which gives you the changes made to the react native app template since your current version.

After you either apply the patch or perform the changes manually, you'll need to npm install your target version of React-Native and deal with the rest of your project's dependencies. Also keep in mind the latest versions have switched to using a single index.js entrypoint, you'll have to create this file manually.

This is by far the worst part of React-Native in my opinion... good luck!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants