-
Notifications
You must be signed in to change notification settings - Fork 108
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
React Native Support #45
Comments
I'm not familiar with the reactive native project structure. If you can share more details on that I may be able to help. |
I'm new to gradle and I had some trouble getting React Native has an official template, and there is a TypeScript version of it. I'm using the TypeScript version of the template, but I think the same steps should apply to the official template as well.
After performing the above steps, re-sync gradle and then In the second step, you can also use the -apply plugin: "com.android.application"
+plugins {
+ id("com.android.application")
+ id("com.google.android.libraries.mapsplatform.secrets-gradle-plugin")
+} |
Can I use this in a react native project to store keys for the android folder? If so how do I do it, when I do it how it's done in the android way, I get
* What went wrong: A problem occurred evaluating project ':app'.
The text was updated successfully, but these errors were encountered: