Integrate the react native package (Didomi) to expo

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:

  1. yarn add @didomi/react-native
  2. cd ios and pod install
  3. 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:

  1. Are these steps possible using config plugin or expo module.
  2. Specially, How do I copy the didomi_config.json to the respective folders?