Skip to content

Instantly share code, notes, and snippets.

View KhalilZaidoun's full-sized avatar

Khalil Zaidoun KhalilZaidoun

View GitHub Profile
@KhalilZaidoun
KhalilZaidoun / sh
Created December 2, 2016 20:33 — forked from rexlow/md
Run React Native on specific iOS simulator version
//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
@KhalilZaidoun
KhalilZaidoun / .gitignore
Created April 11, 2017 09:32 — forked from jonathandixon/.gitignore
Cordova CLI project .gitignore and helper script. Useful when you don't want to commit the platforms and plugins directories to version control. http://stackoverflow.com/q/17911204/417568
platforms/
plugins/