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
3. (Android only) Add the following to `android/app/build.gradle`
37
+
3. (iOS only) Install to Xcode:
38
+
39
+
```
40
+
cd ios
41
+
pod install
42
+
```
43
+
44
+
4. (Android only) Add the following to `android/app/build.gradle`
38
45
39
46
```
40
47
android {
@@ -50,7 +57,7 @@ android {
50
57
}
51
58
```
52
59
53
-
4. (Android only, optional)
60
+
5. (Android only, optional)
54
61
If you've defined _[project-wide properties](https://developer.android.com/studio/build/gradle-tips.html)_ (**recommended**) in your root `build.gradle`, this library will detect the presence of the following properties:
0 commit comments