Skip to content

Commit e70bf84

Browse files
authored
Merge pull request #42 from sambegin/patch-1
Update ios installation step
2 parents 7d73060 + 83b374c commit e70bf84

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)