diff --git a/bin/cocoapods.sh b/bin/cocoapods.sh index 07e9a26f..e61b9238 100755 --- a/bin/cocoapods.sh +++ b/bin/cocoapods.sh @@ -7,7 +7,7 @@ if [ -d ios_dir ] fi podfile="$ios_dir/Podfile" -template=`pwd`/node_modules/react-native-firebase/Podfile.template +template=`pwd`/node_modules/react-native-firebase/ios/Podfile.template project_name=$(node -pe "require('./package.json').name")