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

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

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