https://github.com/blankeos/react-native-practice
⚛️ React but Mobile (Hermes is cool)
https://github.com/blankeos/react-native-practice
Last synced: about 1 year ago
JSON representation
⚛️ React but Mobile (Hermes is cool)
- Host: GitHub
- URL: https://github.com/blankeos/react-native-practice
- Owner: Blankeos
- Created: 2024-04-17T16:41:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T19:28:01.000Z (about 2 years ago)
- Last Synced: 2025-04-07T03:54:43.628Z (about 1 year ago)
- Language: TypeScript
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Native Practice
This will serve as my practice repo for React Native projects
since I'll be doing a lot of this in my company.
Here are my goal projects:
### Master UI building and primitives
- [x] A counter app - to learn basic UI.
- [ ] Todo - basic state with saving
- [ ] Pomodoro timer - intermediate state
- [ ] Splash screen and pokemon dashboard - learn page transitions and onboarding.
- [ ] Real-time drawing - learn canvas and state
- [ ] Something with mobx.
### Master device-specific
- [ ] File-system
- [ ] Camera
- [ ] Geo
- [ ] Device to Device communication or Bluetooth.