Skip to content

Commit

Permalink
fix(ios, config): fix typo in ios_app_id error message
Browse files Browse the repository at this point in the history
Noted in #219
  • Loading branch information
mikehardy committed Sep 17, 2022
1 parent 0bd3441 commit f0fe8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if ! [[ -f "${_TARGET_PLIST}" ]]; then
fi

if ! [[ $_IOS_APP_ID ]]; then
echo "error: ios_appd_id key not found in react-native-google-mobile-ads key in app.json. App will crash without it."
echo "error: ios_app_id key not found in react-native-google-mobile-ads key in app.json. App will crash without it."
exit 1
fi

Expand Down

0 comments on commit f0fe8e8

Please sign in to comment.