Skip to content

Commit 693d3e1

Browse files
authored
Merge pull request #178 from gulsher7/patch-1
fix: "pod-install" script by adding cd ios to ensure command execute within ios dir.
2 parents a43448a + f4e398b commit 693d3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/enable-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You will need to run `pod install` each time a dependency with native code chang
6666

6767
```
6868
"scripts": {
69-
"pod-install": "RCT_NEW_ARCH_ENABLED=1 bundle exec pod install"
69+
"pod-install": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install"
7070
}
7171
```
7272

0 commit comments

Comments
 (0)