An open API service indexing awesome lists of open source software.

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.

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.