https://github.com/solygambas/react-native-goal-app
A simple goal-setting app to understand React Native basics using Expo.
https://github.com/solygambas/react-native-goal-app
expo javascript react react-native reactjs
Last synced: 5 months ago
JSON representation
A simple goal-setting app to understand React Native basics using Expo.
- Host: GitHub
- URL: https://github.com/solygambas/react-native-goal-app
- Owner: solygambas
- Created: 2019-09-13T12:05:41.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T18:36:52.000Z (over 3 years ago)
- Last Synced: 2025-02-13T21:19:23.694Z (over 1 year ago)
- Topics: expo, javascript, react, react-native, reactjs
- Language: JavaScript
- Homepage:
- Size: 529 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goal App
A simple goal-setting app to understand React Native basics using Expo:
- core components (View, Text, TextInput, Button)
- state with React hooks (useState)
- layout with flexbox
- style with styleSheet objects
- custom components
- props
- handling text input
- handling touches (TouchableOpacity, Modal)
- using ScrollView
- using Flatlist
Based on [React Native - The Practical Guide](https://www.udemy.com/react-native-the-practical-guide/) by Maximilian Schwarzmüller.