This is a lightweight, storybook‑styled prototype to demo to funders.
- Install Node.js LTS and Expo CLI if needed:
npm i -g expo-cli(optional with npx). - In this folder, run:
npm install npx expo start
- Open the Expo Go app on your phone and scan the QR code.
- Images are simple placeholders created locally (rainbows, trees, clouds).
- Replace
assets/backgrounds/*.pngandassets/logo.pngwith your brand art anytime. - Screens are in
App.js. Navigation uses@react-navigation/native-stack.