Skip to content

Commit

Permalink
Merge pull request facebook#2750 from flipace/flipace-type-patch-1
Browse files Browse the repository at this point in the history
fixed one typo
  • Loading branch information
James Ide committed Sep 16, 2015
2 parents 7f8095a + 77d0622 commit 0e03321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To access the in-app developer menu:
> To disable the developer menu for production builds:
>
> 1. For iOS open your project in Xcode and select `Product``Scheme``Edit Scheme...` (or press `⌘ + <`). Next, select `Run` from the menu on the left and change the Build Configuration to `Release`.
> 2. For Android, by default, developer menu will be disabled in release builds done by gradle (e.g with gralde `assembleRelease` task). Although this behavior can be customized by passing proper value to `ReactInstanceManager#setUseDeveloperSupport`.
> 2. For Android, by default, developer menu will be disabled in release builds done by gradle (e.g with gradle `assembleRelease` task). Although this behavior can be customized by passing proper value to `ReactInstanceManager#setUseDeveloperSupport`.
### Reload
Selecting `Reload` (or pressing `⌘ + r` in the iOS simulator) will reload the JavaScript that powers your application. If you have added new resources (such as an image to `Images.xcassets` on iOS or to `res/drawable` folder on Android) or modified any native code (Objective-C/Swift code on iOS or Java/C++ code on Android), you will need to re-build the app for the changes to take effect.
Expand Down

0 comments on commit 0e03321

Please sign in to comment.