Wednesday 18 July 2018

Create Native SDKs with React Native

I want to create client libraries for my backend for iOS and Android. They will be using native services like location services.

Instead of creating a seperate SDK for each, I was wondering if I would use react native to create the SDK, and then compile(eject) it to a native iOS pod or android aar library. Is this possible to achieve with react native, and if yes, how can this be achieved.

If not react native, then is there any cross platform framework which allows this?



from Create Native SDKs with React Native

No comments:

Post a Comment