This is a React Native / Expo app. It can currently run on web and mobile (via Expo Go app).
Some areas, like the feed-parser fake data, are incomplete / untidy. Will come back to these after making more progress. Also tests don't exist yet.
Screen_Recording_20230409_195436_Expo.Go_1.mp4
npm install
- To install dependencies.
npm run web
- To only run dev server for web version.
npm start
- To run dev server for mobile. Scan printed QR code with Expo Go app.