singular-labs / react-native-sdk

MIT License
5 stars 6 forks source link

added config plugin #69

Closed jzviaginSingular closed 1 year ago

jzviaginSingular commented 1 year ago

Title and description

Add a config plugin for expo, to avoid manually modifying manifest file and build.gradle

Type of change

Check the relevant option:

Details

In some expo build pipelines (like EAS) there is no chance to modify generated native code (manifest, build.gradle) A config plugin was added to perform those actions automatically as described here:

https://docs.expo.dev/config-plugins/introduction/

How Has This Been Tested?

Tested basic functionality with a newly created Expo app with build using EAS for ios and android

Checklist: