react-native-transitiongroup
react-native-transitiongroup copied to clipboard
`componentWillMount` is deprecated, was straightforward to remove. There is also deprecated `componentWillReceiveProps` in the library. It contains some obscure logic, so I left it untouched.
Currently, this component fires `componentWillEnter` on the new component before `componentWillLeave` is fired on a previous component. Meaning, it's entering the new component before the old one has left. What's...
I don't get how this works. 🤔 How does the TransitionGroup know or determine or decide which of its child components should have `componentWillEnter` or `componentWillLeave` fired? What is the...
Hey there, Do you have an example on how to integrate this library with `react-native-router`? Cheers!