example usage of Expo and React Native's API
Install: yarn install
Expo CLI: npm install -g expo-cli (if not already installed)
Run Project Locally: expo start
- prettier and airbnb config
- make sure you have prettier package installed on your atom/vscode editor
- then make sure to enable these options (packages → prettier):
- eslint integration
- stylelint integration
- automatic format on save (toggle format on save)
- be aware of the
.prettierignorefile
version 0.0.1 (current)
- Examples of:
- More Stack
- Build information
- Expo version
- Expo SDK
- Orientation
- Current App Version
- Device information
- Device Type
- Running On (Physical or Emulator/Simulator)
- Device Name
- Device Year
- Device Dimensions
- Build information
- Updated to latest Expo SDK 32