Skip to content

Commit 78349d6

Browse files
committed
Merge pull request #5137 from niftylettuce/master
Added reference to Frappé (for OS X Android)
2 parents 51d8ed9 + 49b020a commit 78349d6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/Debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ next: testing
1111
To access the in-app developer menu:
1212

1313
1. On iOS shake the device or press `control + ⌘ + z` in the simulator.
14-
2. On Android shake the device or press hardware menu button (available on older devices and in most of the emulators, e.g. in [genymotion](https://www.genymotion.com) you can press `⌘ + m` to simulate hardware menu button click)
14+
2. On Android shake the device or press hardware menu button (available on older devices and in most of the emulators, e.g. in [genymotion](https://www.genymotion.com) you can press `⌘ + m` to simulate hardware menu button click). You can also install [Frappé](http://getfrappe.com), a tool for OS X, which allows you to emulate shaking of devices remotely. You can use `⌘ + Shift + R` as a shortcut to trigger a **shake** from Frappé.
1515

1616
> Hint
1717

docs/DevelopmentSetupAndroid.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: docs/android-setup.html
77
next: linux-windows-support
88
---
99

10-
This guide describes basic steps of the Android development environment setup that are required to run React Native android apps on an android emulator. We don't discuss developer tool configuration such as IDEs here.
10+
This guide describes basic steps of the Android development environment setup that are required to run React Native android apps on an android emulator. We don't discuss developer tool configuration such as IDEs here.
1111

1212
### Install Git
1313

@@ -17,8 +17,8 @@ This guide describes basic steps of the Android development environment setup th
1717

1818
- **On Linux**, install Git [via your package manager](https://git-scm.com/download/linux).
1919

20-
- **On Windows**, download and install [Git for Windows](https://git-for-windows.github.io/). During the setup process, choose "Run Git from Windows Command Prompt", which will add Git to your `PATH` environment variable.
21-
20+
- **On Windows**, download and install [Git for Windows](https://git-for-windows.github.io/). During the setup process, choose "Run Git from Windows Command Prompt", which will add Git to your `PATH` environment variable.
21+
2222
### Install the Android SDK (unless you have it)
2323

2424
1. [Install the latest JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
@@ -35,11 +35,11 @@ __IMPORTANT__: Make sure the `ANDROID_HOME` environment variable points to your
3535
# If you installed the SDK via Homebrew, otherwise ~/Library/Android/sdk
3636
export ANDROID_HOME=/usr/local/opt/android-sdk
3737
- **On Linux**, add this to your `~/.bashrc`, `~/.bash_profile` or whatever your shell uses:
38-
38+
3939
export ANDROID_HOME=<path_where_you_unpacked_android_sdk>
4040

41-
- **On Windows**, go to `Control Panel` -> `System and Security` -> `System` -> `Change settings` -> `Advanced` -> `Environment variables` -> `New`
42-
41+
- **On Windows**, go to `Control Panel` -> `System and Security` -> `System` -> `Change settings` -> `Advanced` -> `Environment variables` -> `New`
42+
4343
__NOTE__: You need to restart the Command Prompt (Windows) / Terminal Emulator (Mac OS X, Linux) to apply the new Environment variables.
4444

4545

@@ -77,4 +77,4 @@ Genymotion is much easier to set up than stock Google emulators. However, it's o
7777
1. Run `android avd` and click on **Create...**
7878
![Create AVD dialog](/react-native/img/CreateAVD.png)
7979
2. With the new AVD selected, click `Start...`
80-
5. To bring up the developer menu press F2
80+
5. To bring up the developer menu press F2 (or install [Frappé](http://getfrappe.com))

0 commit comments

Comments
 (0)