Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maiqxx/react-native-projects
https://github.com/maiqxx/react-native-projects
mobile-development react-native
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maiqxx/react-native-projects
- Owner: maiqxx
- Created: 2023-07-30T11:04:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-19T04:14:05.000Z (9 months ago)
- Last Synced: 2024-02-19T05:26:28.107Z (9 months ago)
- Topics: mobile-development, react-native
- Language: JavaScript
- Homepage:
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Practice Projects
1. The Classic Hello World
2. Contact List
3. Log In Screens
4. Forms
5. Lights
6. Scan QR Code
7. Instagram Feed
8. Rock, Paper, Scissors Game
9. Stopwatch
10. BMI Calculator
11. Music Player
12. News
13. Pokedex
14. Onboarding Screen
15. CRUD
16. Components----------------------------------------------------------------------
### 🚀 InstallationClone this repo:
```
git clone https://github.com/maiqxx/react-native-projects.git
```Go to its directory:
```
cd react-native-projects
```Install packages:
```
npm install
```
----------------------------------------------------------------------
### 📝 Notes and Resources
- [React Native Guides](https://reactnative.dev/docs/getting-started "React Native Guides")
- [ScrollView](https://reactnative.dev/docs/scrollview)
- [Dimensions](https://reactnative.dev/docs/dimensions)
- [Built-in React Hooks](https://react.dev/reference/react)
- [Switch](https://reactnative.dev/docs/switch)
- [Platform-Specific Code](https://reactnative.dev/docs/platform-specific-code)
- [Expo Docs](https://docs.expo.dev/index.html "Expo Docs")
- [Yup](https://github.com/jquense/yup)
- [react-native-animatable](https://github.com/oblador/react-native-animatable)