From f435d7319406e91e515507bcbadfbda8b558f01c Mon Sep 17 00:00:00 2001 From: race604 Date: Wed, 30 Sep 2015 14:00:41 +0800 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3f2afa..7c1eb8e 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,19 @@ In this project, I used most of technology in React Native: * ToolbarAndroid/Navigator * StyleSheet/ToastAndroid/BackAndroid * Timers +* AsyncStorage +* Animations * ... ## TODO -1. Add local storage to cache data +1. ~~Add local storage to cache data~~ (done) 2. Add List header banner (Like ViewPager?) 3. Add splash animation -4. Add swipe/pull to refresh +4. ~~Add swipe/pull to refresh~~ (done) 5. Working on incomplete features 6. **iOS compatible** ## License -This project is available under the MIT license. \ No newline at end of file +This project is available under the MIT license.