-
Notifications
You must be signed in to change notification settings - Fork 152
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
Does not work on android #2
Comments
I am running into the same issue when trying to build the app for Android:
|
Hi @joncursi, make sure you've successfully run |
@cooperka I have done that:
But the build still fails with "No resource found" errors. I have tried linking via rnpm and via react native's own implementation, no luck. Can we supplement the instructions on your fork with manual linking instructions? Something must not be connecting properly with RNPM that I need to tweak manually. I am on React Native 0.36.0 |
Perhaps this isn't an issue at the package layer and it's a lower level issue at the Android SDK layer.
Any ideas on why these Android UI variable lookups are failing? Do I need to install something specific in the Android SDK Manager to get this to work properly? |
@cooperka I booted up Android Studio and it prompted me to update some SDK tools, as well as Gradle from 2.14.1 -> 2.2.2. After doing that, the project now compiles. I'm running into a few other issues, but they seem to be unrelated to this package, so I'm hoping that may have resolved it! |
Nice, I'm glad you got it working! |
I am having the exact same problem. I've upgraded Android Studio to no avail, @joncursi do you remember if there was anything else you did to get it to work? |
This issue was originally about a known problem that was resolved in |
Hey everyone, Came up with the same problem. Upgraded Gradle to 2.2.2 and SKD Tools to latest version and project compiled! |
Yes, just had a chance to look at this again, and upgrading Gradle solves it. Thanks for the help! |
NativeModules.RNSnackbar
is undefined. Is android platform supported?The text was updated successfully, but these errors were encountered: