File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Run the following command in your terminal:
20
20
Add the following line to your ` Podfile ` :
21
21
22
22
``` ruby
23
- pod ' ReactNativeBrownfield' , :path => ' ../node_modules/@callstack/react-native-brownfield/ios '
23
+ pod ' ReactNativeBrownfield' , :path => ' ../node_modules/@callstack/react-native-brownfield'
24
24
```
25
25
</details >
26
26
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Run the following command in your terminal:
34
34
Add the following line to your ` Podfile ` :
35
35
36
36
``` ruby
37
- pod ' ReactNativeBrownfield' , :path => ' ../node_modules/@callstack/react-native-brownfield/ios '
37
+ pod ' ReactNativeBrownfield' , :path => ' ../node_modules/@callstack/react-native-brownfield'
38
38
```
39
39
</details >
40
40
You can’t perform that action at this time.
0 commit comments