Skip to content

Commit

Permalink
docs: fix CONTRIBUTING file path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanderdrift committed Sep 5, 2024
1 parent 89c43f3 commit a923aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Some notes about example app:
cd example/ios ; RNMBX11=1 pod update MapboxMaps
```
To build example in this mode on android:
Change `RNMBX11=true` in `example/android/gralde.properties`
Change `RNMBX11=true` in `example/android/gradle.properties`
- NewArchitecture/Fabric:
```
cd example/ios ; RCT_NEW_ARCH_ENABLED=1 pod update MapboxMaps
```
On android change `newArchEnabled=true` in `example/android/gralde.properties`
On android change `newArchEnabled=true` in `example/android/gradle.properties`

### Running example app for Web

Expand Down

0 comments on commit a923aa5

Please sign in to comment.