30 days of React Native examples/demos.
This project is inspired by
100 Days of Swift (http://samvlu.com/) &
30DaysofSwift (https://github.com/allenwong/30DaysofSwift)
##Branch for Android
Since most of the libraries I used are for IOS only, a lot of Days are not compatible for Android. PR is strongly welcomed.
Require node.js (v5.x), npm install -g react-native-cli,
#1 $ npm install
Android
#2 $ react-native run-android
If error occurs during npm install, you can also download the node_modules folder directly from branch with_node_modules.
##ToDO
#1 Add Android Support.
A stop watch. Available. not fully functioned.
A weather app. not compatible yet. react-native-swiper does not support Android. Switching to react-native-swiper2
Twitter animation. not compatible yet. TabBarIOS does not support Android.
not compatible yet. can't use CocoaPods with React Native for Android.
Find my location. Available. Have issue on MapView Component.
Spotify login page. not compatible yet. react-native-swiper does not support Android. Switching to react-native-swiper2
Pan gesture basic. Move a baseball around. Works.
Google map style swipe menu Available. Have issue on MapView Component. Also LayoutAnimation has issue.
Layout of Twitter user page not compatible yet. TabBarIOS does not support Android.
Tumblr menu animation not compatible yet.