Upgrade library to latest version of create-react-native-library. #872
Answered
by
satya164
louie-truong
asked this question in
Q&A
|
Hello guys, I am having a workable lib with below version:
I tried to create and new library using the below version:
After checking all the different files, I realized that most of them are only version update, and the main difference is: I am wondering if I can truly upgrade "create-react-native-library" by changing the version from Please let me know if you have the answer. Many thanks! |
Answered by
satya164
Jul 18, 2025
Replies: 1 comment 1 reply
|
That's just metadata about which version your project was generated with - which we plan to use in future to help with upgrades. You should only change it if you have manually upgraded by comparing the changes in newly generated project. |
1 reply
Answer selected by
louie-truong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's just metadata about which version your project was generated with - which we plan to use in future to help with upgrades. You should only change it if you have manually upgraded by comparing the changes in newly generated project.