From a923aa524be7150fed5ce4b94e8c1e922fe33379 Mon Sep 17 00:00:00 2001 From: Beer van der Drift Date: Thu, 5 Sep 2024 18:05:03 +0200 Subject: [PATCH] docs: fix CONTRIBUTING file path typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 139d0d655..d6a53252a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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