is it up-to-date ? is it good to be used ?
My project uses expo build service so I want to keep every thing expo compatible and the ios+android folders clean for expo prebuild.
hello,
I know this is not your example. but your example does not really support expo especially with CNG. since in CNG the EAS build process is doing “npx expo prebuild” and that will change the ios/android folders, including the pod file directive in ios folder might get removed especially if --clean is needed fro prebuild. adding an expo plugin is required for such cases of “video-editor-react-native” which the example I attached is implemented. The problem is the pod inclusion are out of date in example.
can you please add that support as well for expo plugin ?