tryzeno

Results 1 comments of tryzeno

Steps: 1. Create new expo ts project: `yarn create expo-app -t expo-template-blank-typescript` 2. Install "@vercel/blob": "^0.15.1" 3. Change App.tsx to this ``` import { StatusBar } from "expo-status-bar"; import {...