react-native-transitiongroup icon indicating copy to clipboard operation
react-native-transitiongroup copied to clipboard

Results 4 react-native-transitiongroup issues
Sort by recently updated
recently updated
newest added

`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!