Creating a guide on local development of React Native package. #131
-
Could we consider creating a guide on how to setup React Native locally? Specifically how to package it for use in a local project. Or how to package it so that when we run I think this would help people who want to contribute to get their foot in the door(myself for sure). The current contributing guide has a lot of good information but is missing this IMHO. Looking forward to hearing your thoughts. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
There is a great tool called They have a similar init command like |
Beta Was this translation helpful? Give feedback.
-
Hi @PrimeTimeTran, thanks for the question. I think that for your use case, the best approach would be to use The practical steps are:
|
Beta Was this translation helpful? Give feedback.
There is a great tool called
react-native-builder-bob
that may be helpful here. https://github.com/callstack/react-native-builder-bobThey have a similar init command like
npx create-react-native-library@latest awesome-library
, and it has many of the tedious things already done for making a react native library