Upgrade library to latest version of create-react-native-library. #872
Unanswered
louie-truong
asked this question in
Q&A
Replies: 1 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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, I am having a workable lib with below version:
"create-react-native-library": "0.50.2"
"react-native": "0.79.2"
I tried to create and new library using the below version:
"create-react-native-library": "0.51.1"
"react-native": "0.79.5"
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
0.50.2
to0.51.1
?Please let me know if you have the answer. Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions