Kubessandra / react-native-dji-mobile-sdk

MIT License
14 stars 4 forks source link

How reliable is it to go with react native vs. swift ? #8

Open elkhawajah opened 1 year ago

elkhawajah commented 1 year ago

I mean we are dealing with Drone hardware, so we want to see smooth experience with camera view and interaction with the drone.

Would react native performance be as good as if I developed a mobile app with native ? Anyone has experience of this ?

Kubessandra commented 1 year ago

I'm actually using it for burdo.io (under development). The package is actually using native code for the drone in Kotlin, not yet in swift.

This is only a bridge to be able to do the UI in JS and still be able to use the native SDK

For the test I have done with RN and the DJI SDK, the experience is 100% smooth, no performances issues (not in production yet)