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: example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ First, make sure you go through the setup from the main [README](../README.md).
20
20
21
21
1. Using your preferred terminal, go to example/ios folder and run the command below.
22
22
23
-
`pod install` or `yarn prepare`
23
+
`RCT_NEW_ARCH_ENABLED=0 pod install`
24
24
25
25
2. Copy the `Keys.plist.sample` file located in `example/ios/SampleApp/` to a new file named `Keys.plist`. This file is git ignored and won't be accidentally committed. In your Google cloud console, add the Google API key to the project and add this newly created API key to the `Keys.plist` file.
0 commit comments