Closed QuangBinhDinh closed 5 months ago
Hi @QuangBinhDinh , thank you for reaching out!
However when I run appcenter codepush release-react it throw me the error above.
Are you using Fastlane action or appcenter-cli
to release a new version?
If you're executing appcenter codepush ...
directly from a terminal or script, you're actually using the appcenter-cli
, not Fastlane. For guidance on using the Fastlane plugin, please consult the README file.
Closing. Please reopen if you are still interested.
I have a React Native project which has an Android folder and an iOS folder, both configured Fastlane. However when I run
appcenter codepush release-react
it throw me the error above. I know that the commandrelease-react
must be run at the project root, but I don't know how to make a lane insideFastfile
run at the root (the parent folder). Any help would be appreciated