Open jvgeee opened 4 months ago
Was gonna make a PR for this but realised there already is one here that's been waiting for a review for months:
https://github.com/expo/config-plugins/pull/229
@EvanBacon / @maintainers, can this be reviewed and merged in please?
+1, please review https://github.com/expo/config-plugins/pull/229
Any chance we could get please get eyes on this PR?
+1
Library
https://github.com/expo/config-plugins/tree/main/packages/react-native-branch
Summary
When using Branch with the expo config-plugin, the plugin takes in an
apiKey
parameter. This adds an entry to theinfo.plist
for:If you put a
test
key into yourapp.json
config, then the SDK won't properly connect to thetest
environment of Branch; it still has alive
key, and there's a mismatch, so none of your links can be properly processed by the SDK.My requests:
testApiKey
within theapp.json
configAny existing examples?
No response