You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You should see the reactotron electron app open on your machine with the develop
14
14
15
15
### Step 2: Create an Ignite react-native app to test your changes
16
16
17
-
1. Initialize a new [ignite app](https://github.com/infinitered/ignite)in the same folder where you cloned the reactotron repo (the two projects should live side-by-side):`npx ignite-cli new PizzaApp --yes`. This new app will already be set up to use reactotron.
17
+
1. Initialize a new [ignite app](https://github.com/infinitered/ignite)onto your machine.`npx ignite-cli new PizzaApp --yes`. This new app will already be set up to use reactotron.
18
18
2. Once this app is done initializing, start it: `cd PizzaApp && yarn start`.
19
19
3. Launch the app in the simulator of your choice.
20
20
4. You should see output in the reactotron app.
@@ -31,7 +31,7 @@ If you make changes to the non-electron app packages in this monorepo like `reac
31
31
32
32
You can run `yarn build` to build all reactotron packages, or `yarn build:watch` to watch and rebuild changes automatically.
33
33
34
-
Then, to link the packages to your react-native PizzaApp, run:
34
+
Then, to link the packages to your react-native `PizzaApp`, run:
0 commit comments