https://github.com/joeshub/packing-list
A packing list app for creating at workshops
https://github.com/joeshub/packing-list
Last synced: 3 months ago
JSON representation
A packing list app for creating at workshops
- Host: GitHub
- URL: https://github.com/joeshub/packing-list
- Owner: joeshub
- License: mit
- Created: 2018-07-11T15:24:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T04:23:04.000Z (over 7 years ago)
- Last Synced: 2025-03-01T15:45:51.654Z (7 months ago)
- Language: Objective-C
- Size: 154 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Packing List
A packing list iOS and Android application written in React Native.
# React Native Setup
To setup React Native on your machine, follow our [React Native Setup](https://github.com/infinitered/packing-list/blob/master/docs/react-native-setup.md) guide.
# Summary
- Step 01: Render text input
- Step 02: Add & remove items
- Step 03: Clear input & add styles
- Step 04: Check item off
- Step 05: Basic folder structure
- Step 06: Separate components
- Step 07: React Navigation
- Step 08: AsyncStorage & lifecycle
- Step 09: Unstated
- Step 10: Theme & Wrap-up