|
|
|
|
|
by throwmenow_0140
3377 days ago
|
|
Your app looks great! Thanks for open-sourcing your code, the swipeable component looks promising, I hope I get the chance to use it. I like that - you've made a video showing all the features - every interaction has nice animations (which library did you use?) - the goal of the app is simple but very useful I can imagine that you can build many specialized todo apps using this as a boilerplate. Do you have any resources you've used for this project? - https://github.com/VctrySam/AirBnb and https://github.com/fbsamples/f8app were very helpful for inspiration, do you have any recommendations? |
|
For animations I just used Animated (https://facebook.github.io/react-native/docs/animated.html) and LayoutAnimation (https://facebook.github.io/react-native/docs/layoutanimation...) -- the latter makes things so easy I'll probably end up overusing it.
One resource I looked at was https://github.com/Thinkmill/react-conf-app -- but your f8app looks even better than that! I like going through the package.json of other RN apps to learn about new tools. Some of my favorite packages so far are react-native-code-push, react-native-google-analytics-bridge, react-native-image-picker, react-native-smart-splash-screen, react-native-vector-icons, and redux-persist.