We have a project where we want to integrate Didomi (react native package) but it does not support expo. To make it work we have to expo prebuild and do the following:
- yarn add @didomi/react-native
- cd ios and pod install
- add didomi_config.json to ios direcotry and android/app/main/src/assets folder
Documentation: GitHub - didomi/react-native: Didomi SDK for React Native Already tried it and it is working. But we want to integrate it with the help of expo plugin. Now the question is:
- Are these steps possible using config plugin or expo module.
- Specially, How do I copy the didomi_config.json to the respective folders?