-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi,
In the readme you say to use certain keys in the secure section. Note: We highly recommend utilizing third-party client-side API KEYS, such as Google Map or Branch.io, in the secure section of this package.
Yet in the example https://github.com/numandev1/react-native-keys?tab=readme-ov-file#android-1
You show this, which is from public the section.
And use them to configure libraries in AndroidManifest.xml and others:
<meta-data
android:name="io.branch.sdk.BranchKey.test"
android:value="@string/BRANCH_KEY" />
It doesnt seem to be possible to use keys from secure section in the AndroidManifest.xml
, unless I am doing something wrong.
Google Maps
require you to set the key in the xml
file, also. https://github.com/react-native-maps/react-native-maps/blob/master/docs/installation.md#specify-your-google-maps-api-key
Metadata
Metadata
Assignees
Labels
No labels