Insta360Develop / CameraSDK-iOS

iOS SDK to control Insta360 cameras.
33 stars 5 forks source link

React Native #26

Open jakeboyles opened 10 months ago

jakeboyles commented 10 months ago

Has anyone done any work in getting this ported over to a React Native SDK?

thomasttvo commented 8 months ago

I've just set it up in RN. I only followed the doc and left out the Carthage stuff. Besides that the doc is a bit outdated compared to the current XCode.

Here's screenshots of how to set up the frameworks image image

As for the filesystem location of the frameworks, I put them right under [project-root]/ios

AlaaElden98 commented 5 months ago

@thomasttvo Can you please explain more how you managed to set it up with RN ? I tried to left out Carthage stuff, and got error : framework not found INSCoreMedi

AlaaElden98 commented 5 months ago

If I managed to use this package with RN, I'm 100% will write instructions on how to do it, this way I will be saving lives :))