Answer the question
In order to leave comments, you need to log in
How to upload a React Native application to the Play Market?
I created an application on React Native and it's time to upload it to the Play Market.
I build according to the documentation https://facebook.github.io/react-native/docs/signe...
But the problem is that the `build.gradle` file in the documentation is not complete (with ellipsis).
And when I try to execute the command `gradlew bundleRelease` I get the error:
FAILURE: Build failed with an exception.
* What went wrong:
Task 'bundleRelease' not found in root project 'android'.
* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Answer the question
In order to leave comments, you need to log in
The problem is that I was making an application using Expo. It was necessary to publish the application according to its documentation, and not according to the React Native documentation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question