HomeAbout

React Native and Expo

Creating a new project

npx create-expo-app@latest

Running apps

npm run android npm run ios npm run web

Basic Building Blocks

View, Text, StyleSheet, ScrollView, TouchableOpacity,

Install

npx expo install expo-audio npx expo uninstall expo-audio

Build/Compile

# test production locally npx expo serve # publish web npx expo export -p web
AboutContact