PierreCapo

Results 61 comments of PierreCapo

Commenting on this issue given the other one is closed. The `inverted` property on a FlatList/SectionList in react-native applies some rotation effect to its children to produce the desired behavior....

I know this can be frustrating as a consumer of a library @Bayramito , and as you I really dream to have a stable shared element transition API given the...

For those wondering, the default icons present for android can be found here (those that don't need an extra-install step): https://developer.android.com/reference/android/R.drawable For instance: `android: "ic_menu_gallery"`

Probably related to the native iOS sdk: https://github.com/rive-app/rive-ios/issues/269 I indeed have no issue on Android, my first animation being not smooth only happens on iOS.

Same here. If I understand correctly looking at the Deno codebase, `Http2Session.socket` is not implemented yet, which prevents using firebase-admin and deno: https://github.com/denoland/deno/blob/bc8d00c880756a46b0ce4c8bf0c89407a2de669c/ext/node/polyfills/http2.ts#L181-L184

Hello @aentan meanwhile it is developed, you can achieve what you want by copying what's in [this .rev file](https://cdn.discordapp.com/attachments/1083029671551172809/1103024356130562068/color_change_number_inputs_2.rev) found in [this discord discussion](https://discord.com/channels/532365473602600965/1083029671551172809 I did it with our rive...

Hello @MariuzM ! So nice to see the library installed! What is the version of react-native you are running in your app?

This library uses functions that are only available in iOS 13 but your iOS app supports until iOS 12.4 (from RN 0.72). From there you have various possibilities: - upgrade...

Cool, nice to see it fixed on your side!

Sorry, I thought you meant it worked with this change. Actually I looked again in, and it looks like the minimum supported iOS version of expo is right now iOS...