[SampleApp] adding unsynced changes from PR #3025

This commit is contained in:
Felix Oghină
2015-09-30 15:15:30 +01:00
parent 5b2099f87f
commit 3e7af6e1a4
3 changed files with 15 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ TEMP=$(mktemp -d /tmp/react-native-XXXXXXXX)
export REACT_PACKAGER_LOG="$TEMP/server.log"
# To make sure we actually installed the local version
# of react-native, we will create a temp file inside SampleApp
# of react-native, we will create a temp file inside the template
# and check that it exists after `react-native init`
MARKER=$(mktemp $ROOT/local-cli/generator-ios/templates/main/XXXXXXXX)