How to update an older RN lib to match the latest create-react-native-library config and template #787
Answered
by
Alexufo
AbdulazizAlrabiah
asked this question in
Q&A
-
I previously created a React Native library using an older version of create-react-native-library. Now the tool, template and configuration has been upgraded, and I want to bring my existing library up to date with the new structure and configuration. How can I update it with preserving my codebase? |
Beta Was this translation helpful? Give feedback.
Answered by
Alexufo
Mar 12, 2025
Replies: 1 comment 3 replies
-
Don't catch the bugs, better create a new integration |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, generate new template and integrate your code again. I'm tired of updating from old versions using diff - too many changes. It was faster for me to re-integrate my code into the new template.
Every six months of change every time I tried to update from diff, I got bored))) It's faster to integrate again