Kelebihan:
Kekurangan:
JavaScript Code (UI, Logic) ↓ JavaScript Thread ↓ Native Bridge ↓ Native Modules (UI, Camera, Storage, dll) ↓ Android / iOS APIs
expo start
Langkah instalasi singkat:
npm install -g @expo/cli
npx
Command:
npx create-expo-app HelloWorld
npx expo start
import { Text, View } from "react-native"; export default function App() { return ( <View> <Text>Hello World!</Text> </View> ); }
import
View
Text
npx create-expo-app