Gant Laborde

Results 86 issues of Gant Laborde

Any idea why this won't build from command line? ![image](https://cloud.githubusercontent.com/assets/997157/18796952/2fb7b464-8191-11e6-8ae8-a9548bdc52ec.png)

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: ![themes](https://user-images.githubusercontent.com/997157/128055320-c14ced60-792a-4c80-ae8c-25ee1ac120f7.JPG) 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.