-
Notifications
You must be signed in to change notification settings - Fork 147
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
On RN 61 we have errors. #81
Comments
I've done this, but I get a compile error
I've definitely added the relevant lines to
Any suggestions? |
The same problem. Tried to use tarball version - "react-native-threads": "http://github.com/joltup/react-native-threads/tarball/master" but it leads to the same error: "error: package com.facebook.react.modules.netinfo does not exist Do we plan to update rnt for 61? Or maybe there are alternatives? |
Found how to do the trick.
Dirty hacks but working... |
So, now we have 2 issues to get 61:
|
I was able to fix this by adding this file to the root,
And then just following the manual linking step. I didn't need to use another repo, this one worked fine with the above |
Because netinfo module was deleted in RN 61 we have error:
ThreadBaseReactPackage.java:13: error: package com.facebook.react.modules.netinfo does not exist
I commented 13 and 49 strings in ThreadBaseReactPackage.java to temporary start project
The text was updated successfully, but these errors were encountered: