Skip to content

Instantly share code, notes, and snippets.

@hotheadhacker
Last active March 3, 2023 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hotheadhacker/5312f4b9901585d95e4e38928b170075 to your computer and use it in GitHub Desktop.
Save hotheadhacker/5312f4b9901585d95e4e38928b170075 to your computer and use it in GitHub Desktop.
My quick start folder structure for react native apps
npx react-native@latest init <APP_NAME> && cd <APP_NAME> && mkdir src && cd src && mkdir Screens && mkdir Components && mkdir Providers && mkdir Config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment