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 separate 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? If yes, how can this be achieved?