We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded0c5b commit eaed4a7Copy full SHA for eaed4a7
scripts/createLocalPackage.sh
@@ -33,7 +33,7 @@ npm run build
33
# Package into a tar
34
npm pack
35
# Rename tar and move to Downloads
36
-mv react-native-ui-lib-5.0.0.tgz ~/Downloads/react-native-ui-lib.tgz
+mv react-native-ui-lib-7.0.0.tgz ~/Downloads/react-native-ui-lib.tgz
37
# Clean ALL untracked files
38
git clean -f
39
git checkout package.json
0 commit comments