Skip to content

Instantly share code, notes, and snippets.

@eldesperado
Created May 9, 2016 05:00
Show Gist options
  • Save eldesperado/b6057d1af07b79cd5c1f83db0d058388 to your computer and use it in GitHub Desktop.
Save eldesperado/b6057d1af07b79cd5c1f83db0d058388 to your computer and use it in GitHub Desktop.
Bundle React Native code and images
if [ "${CONFIGURATION}" = "Release" ]; then
# https://github.com/facebook/react-native/issues/4289
echo "DELETING CACHED DATA FOR RELEASE"
rm -rf $TMPDIR/react-*
fi
./node_modules/react-native/packager/react-native-xcode.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment