A beautiful, minimal note-taking app built with Expo, Zustand, NativeWind, and React Native Reanimated. Inspired by apps like Apple Notes and Google Keep.
- 📄 Create, edit, and delete notes
- 🎨 Assign colors to notes
- 💾 Notes persist using
AsyncStorage
- 🎭 Smooth animations powered by Reanimated
- 🎨 Fully responsive, styled with Tailwind via NativeWind
- 📱 Keyboard-aware inputs
- ✅ Works on iOS and Android
Home Screen | Add Note | Edit Mode |
---|---|---|
![]() |
![]() |
![]() |
git clone https://github.com/abdullah-bahraq/rn-simple-note-app.git
cd rn-simple-note-app
npm install
# or
pnpm install
npx expo start
Then:
- Press
i
to open iOS simulator (Mac only) - Press
a
to open Android emulator - Or scan the QR with the Expo Go app
Made with ❤️ by abdullah-bahraq using Expo