Gant Laborde
Gant Laborde
Any idea why this won't build from command line? 
Would be nice to see a PR here https://github.com/ReactNativeNews/React-Native-Apps
it takes forever to create a new project now. I have this: https://gist.github.com/GantMan/07e9eb3e3b45dedbd0a7c03fa0d24ad3 I'd love to automate.
GitHub currently has four themes (75% of which are dark). One of the four themes is experimental. See them listed here:  I wanted to add your logo to your...
Something like ```js this.opacityValue = new Animated.Value(1) Animated.loop( Animated.timing( this.opacityValue, { toValue: 0, duration: state.duration, useNativeDriver: true }, ) ).start() ``` Might simplify the code to be 100% animated by...
Make a storybook of the example repo so we can see the code in many states. This would be the easiest way for anyone to contribute.