-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update commands on generating dev JS bundle for Android release #700
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you! I feel we can make it simpler for an average user and show the details of how it works only when needed.
docs/commands.md
Outdated
|
||
The expected path for the js bundle can be found on the line that starts with `jsBundleDir = `. | ||
|
||
Alternatively you can simply set `bundleInDebug: true` in your app/build.gradle file, inside the `project.ext.react` map. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like we should highlight this fact and hide the rest behind a <detail>
element
docs/commands.md
Outdated
|
||
The expected path for the assets can be found in the react.gradle file on the line that starts with `resourcesDir =` | ||
|
||
Alternatively you can simply set `bundleInDebug: true` in your app/build.gradle file, inside the `project.ext.react` map. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
Co-Authored-By: Michał Pierzchała <thymikee@gmail.com>
Emphasized the simpler way and added the details |
Thank you! |
Summary:
Test Plan: