brodycj / create-react-native-module

MIT License
665 stars 52 forks source link

Create a React-Native Sdk to be used by React-Native/Android/IOS client apps #473

Open tarun-khanna opened 2 years ago

tarun-khanna commented 2 years ago

Hi @brodybits , thanks a lot for this library.

I wanted to understand if this library can help me for a particular following use case:

  1. create a React native UI SDK
  2. client apps built on React native or pure native ( Android / IOS ) should be able to integrate this SDK

As I don't have much experience over React Native and its nitty gritty with native part, It would be really helpful if you can guide me on how to achieve this use case taking specially RN client into consideration. :)