This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//by default | |
//react-native run-ios | |
//iPhone 4 | |
react-native run-ios --simulator "iPhone ${1:-4}" | |
//iPhone 4s | |
react-native run-ios --simulator "iPhone ${1:-4s}" | |
//iPhone 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platforms/ | |
plugins/ |