Tomas Roos
Tomas Roos
Hey! I will fix that tonight. Currently the running example folder show the API.
We've been using this in production for a year on both iOS and android. I don't know what other components offer :-) > On 19 Sep 2017, at 16:33, Walter...
Thats a great idea @sibelius, carrying any experience from react-native-camera on that? :)
Feel free to send a pull request @HighSoftWare96
Can you remove the change of all the single tab to double quotes?
Yeah this needs to be fixed for future versions! Will look into it :)
Nice addition. A pull request would be nice otherwise to add it to the readme
Thanks for this! I wont work on react-native until January sadly, feel free to send a PR !
I tried getting something running by looking at the AndroidBackButtonBehaviour. Since all Components through _makeRoute are focusAwareComponents. I added following ``` componentDidMount() { Alert.alert(' yup ' + this.props.isFocused); if (this.props.isFocused)...