You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app I have implemented update app version using script for both Android and iOS but after fire yarn updateversion 1.0.1 this command is failed and show me error like Command failed with exit code 127 in terminal.I'm using "react-native-version": "^4.0.0" in my project.
Here is the code:
"scripts": {
...
"postversion": "react-native-version",
"updateversion": "yarn config set version-sign-git-tag false && yarn config set version-git-tag false && yarn config set
version-commit-hooks false && yarn version --new-version",
...
},
Help would be appreciated, Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the great library.
In my app I have implemented update app version using script for both Android and iOS but after fire yarn updateversion 1.0.1 this command is failed and show me error like Command failed with exit code 127 in terminal.I'm using "react-native-version": "^4.0.0" in my project.
Here is the code:
"scripts": {
...
"postversion": "react-native-version",
"updateversion": "yarn config set version-sign-git-tag false && yarn config set version-git-tag false && yarn config set
version-commit-hooks false && yarn version --new-version",
...
},
Help would be appreciated, Thanks!
The text was updated successfully, but these errors were encountered: