-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Errors after upgrading #24
Comments
Currently in the process of cleaning this all up, but the issue is React Native 0.16 is using babel 6 which doesn't support whitelists - and the index file needs an update to use es6 exports. |
Awesome, thanks! I'll wait until this is fixed to update, than. :) |
Any timeline for this to be fixed? I guess many people like me don't want to downgrade React Native to use this awesome library :) |
@Ehesp nice :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I upgraded from React Native v0.14 to React Native v0.16, and I got some Babel errors:
If I delete this file, I get to compile the project. Any idea what's the issue here?
I'm using MRN @ master.
The text was updated successfully, but these errors were encountered: