Jérémy M

Results 71 comments of Jérémy M

Hi @prescottprue ! Thanks for your answer, from what I've read about this new version the utility function are only for `ordered` and `data`, it will be nice to have...

@schumannd Even if you have RN version > 0.60, you still have to edit `AppDelegate.m`, auto-linking is going to edit it for you, it will just link project pods automatically....

@Kudo Thanks for your work and the benchmark, jsc looks better than Hermes and v8 from the results ? So using up to date jsc with this library https://github.com/react-native-community/jsc-android-should get...

Same issue for me, feel like I was crazy. I've multiple `FlatList` on multiple screens, when I'm using `entering` or `exiting` on an animation it break everything for just one...

Hey guys ! I'm really looking for this adding to RNGH ! Thanks a lot for your work @ShaMan123, hope it will be merge soon !

Hello guys ! I've juste made a PR based on the proposition here: #140

> This looks great! Would love to see a Snack posted so that I can try it out ☺️ > > Currently it doesn't seem to handle when the keyboard...

> > It's actually working even if the keyboard height change when switching between classic keyboard and emoji by example. In the snack I've added an extra 150ms duration in...

@LinusU Apparently with `LayoutAnimation` api we can match the animation, but it's not using `Animated.Value`... https://github.com/facebook/react-native/issues/4812 https://github.com/facebook/react-native/blob/0b9ea60b4fee8cacc36e7160e31b91fc114dbc0d/Libraries/Components/Keyboard/Keyboard.js#L182 The animation curse is defined like that in Native side: https://github.com/facebook/react-native/blob/d0871d0a9a373e1d3ac35da46c85c0d0e793116d/React/Modules/RCTLayoutAnimation.m#L57