React Native
- still made of State and Components
- No html or css
- style done via framework guidelines
expo is dev environment
snack is online sandbox
expo-cli is like create-react-app
- locally, use own device or official simulator
- only apple users can test iPhone
- anyone can test android with ADB
Resources
Articles