Upgrade library to latest version of create-react-native-library. #872
-
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! |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.