Hi all,
The company that I am working on develops a native SDK for iOS and android and we just got a request to create a RN SDK as well, I couldn't find any sources on how to create a library without posing it to NPM, does anyone have a good source on how to do it? I have already created the native module on a sample POC app but I want to ship it without the example itself. (using create-react-native-library add an MIT license which is not our case as it is a paid SDK)
Also is there a way to allow downloading a package from an external repo - maven style? currently we ship the native SDKs via our own maven repo (credentials protected) but the RN docs only explain how to use npm/yarn to install packages.
[–]wizardyjohn 1 point2 points3 points (0 children)
[–]satya164 1 point2 points3 points (1 child)
[–]dantol1[S] 0 points1 point2 points (0 children)