Skip to content

Commit

Permalink
Merge pull request #74 from 738/master
Browse files Browse the repository at this point in the history
docs: fix wrong order numbering
  • Loading branch information
zoontek authored Mar 14, 2020
2 parents 327026a + f152485 commit 95a5771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public class MainActivity extends ReactActivity {

As Android will not create our main activity before launching the app, we need to display a different activity at start, then switch to our main one.

3. Edit the `android/app/src/main/res/values/styles.xml` file:
2. Edit the `android/app/src/main/res/values/styles.xml` file:

```xml
<resources>
Expand All @@ -206,7 +206,7 @@ As Android will not create our main activity before launching the app, we need t
</resources>
```

4. Edit the `android/app/src/main/AndroidManifest.xml` file:
3. Edit the `android/app/src/main/AndroidManifest.xml` file:

```xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down

0 comments on commit 95a5771

Please sign in to comment.