Skip to content

Instantly share code, notes, and snippets.

@ide
Last active October 10, 2017 00:34
Show Gist options
  • Save ide/3be2bac601fc379deee5954128ebf374 to your computer and use it in GitHub Desktop.
Save ide/3be2bac601fc379deee5954128ebf374 to your computer and use it in GitHub Desktop.
View of the Expo Universe
.
├── README.md
├── experiences # Experiences built with Expo
│   ├── ...
│   ├── floatyplane
│   ├── list
│   └── ui-explorer
├── ci # Scripts that automate testing and building
│   └── ...
├── dev # Tools for developers using or integrating w/Expo
│   ├── exp
│   ├── xde
│   └── xdl
├── docs
│   └── ...
├── exponent # The Expo client apps
│   ├── android
│   ├── fastlane
│   ├── ios
│   ├── js
│   └── tools
├── libraries # Libraries we share across projects
│   ├── ex-navigation
│   ├── ex-navigator
│   ├── ...
│   ├── react-native-action-sheet
│   ├── react-native-sortable-list-view
│   └── react-native-swipe-actions
├── react-native-lab # Custom transformer and configuration for our RN fork
│   ├── ...
│   └── react-native
├── server
│   ├── services # Web services and infrastructure
│   └── www # Website
│    ├── ...
│    └── package.json
├── tools # Common programs to add to your $PATH
│   └── ...
└── package.json # Installs our default configuration (ex: ESLint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment