Using expo project with the video editor sdk

Hello,
Found this project expo-banuba : GitHub - EduSantosBrito/expo-banuba

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.

thanks.

Hi, yosi-zes!

It is not our example of using Video Editor SDK in the Expo project.

You can find the relevant link here:

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 ?

Hi!

Thanks for your response.

For now we have only the example provided above, and we are not planning to create and support the Video Editor Expo plugin.