Skip to content

Commit 83b374c

Browse files
authored
Update ios installation step
The file link inside the Podfile was giving this error [!] No podspec found for `react-native-callkeep` in `../node_modules/react-native-callkeep` since the related name in the podspec file is `RNCallKeep` and not `react-native-callkeep`
1 parent 7d73060 commit 83b374c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ios-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ react-native link react-native-callkeep
1111
Include in a Podfile in your react-native `ios` directory:
1212

1313
```
14-
pod 'react-native-callkeep', :path => '../node_modules/react-native-callkeep'
14+
pod 'RNCallKeep', :path => '../node_modules/react-native-callkeep'
1515
```
1616

1717
Then:

0 commit comments

Comments
 (0)