react-native-keys icon indicating copy to clipboard operation
react-native-keys copied to clipboard

Recommendation not working

Open dougg0k opened this issue 4 months ago • 0 comments

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

dougg0k avatar Jul 14 '25 22:07 dougg0k