Skip to content

Instantly share code, notes, and snippets.

View aretrace's full-sized avatar
🏴‍☠️

RTrace aretrace

🏴‍☠️
View GitHub Profile

How to stream in React Native ⼮

Prelude ䷿

  1. npx create-expo-app@latest
  2. npm run reset-project
  3. rm -rf node_modules
  4. npm i react-native-fast-encoder web-streams-polyfill @stardazed/streams-text-encoding react-native-fetch-api
  5. (optional) echo "BROWSER=none # prevents browser from auto opening" >> .env