Grammar fixes.
This commit is contained in:
parent
f97cbfcb8f
commit
db7ef24e86
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -73,4 +73,4 @@ If you already installed `Android SDK` and `adb`
|
|||
|
||||
Note: You need to have your device connected with USB debugging.
|
||||
|
||||
Once the bundler is ready, run the LBRY Browser app on your device and then shake it device violently until you see the React Native dev menu. You can enable "Hot Reloading" and "Live Reloading" from this menu, so any changes you make to the React Native code will be visible as you save. This will only reload React Native Javascript files. Native Java code needs to be re-deployed `./deploy.sh`
|
||||
Once the bundler is ready, run the LBRY Browser app on your device and then shake the device violently until you see the React Native dev menu. You can enable "Live Reloading" from this menu, "Hot Reloading" is not working at the moment, so any changes you make to the React Native code will be visible as you save. This will only reload React Native Javascript files. Native Java code needs to be redeployed by running the command `./deploy.sh`
|
||||
|
|
Loading…
Add table
Reference in a new issue