You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should make sure that these declarations are merged into the existing <application> section of the native AndroidManifest.xml and not to create a second <application> section, which is later ignored by the Android runtime.
The text was updated successfully, but these errors were encountered:
I think we should allow the API key to be added to source control. node_modules are usually ignored from source control so the module files won't be suitable.
There are two things we can do better with the merge of the plugin config for the native projects
For example when you have this config snippet in the plugin AndroidManifest.xml:
we should make sure that these declarations are merged into the existing
<application>
section of the native AndroidManifest.xml and not to create a second<application>
section, which is later ignored by the Android runtime.The text was updated successfully, but these errors were encountered: