I'm trying to build an react native app that allow user to record and publish square video (like instagram). Here are my attempts :
1 - Find a library that crop video in app => fail
2 - Find a library that show a square camera screen => fail
3 - Record video using native picker and use hidden overflow to display square video => success
I think that solution 3 is not optimal, do you have others ideas ?
(Library I checked : react-native-image-picker, react-native-image-crop-picker, react-native-camera, react-native-video-processing)