Last active
January 25, 2022 12:40
-
-
Save matthewblott/d0efed576220634369d43cf9b1cd0e52 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
# new project | |
npx react-native init appname | |
# new project using expo | |
expo init app-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment