Vinci

Results 5 comments of Vinci

For iOS: use `itemStyle` prop in ``, remember iOS use postscript name to set the font family, not the file name. (use `otfinfo` or font book app to find the...

Can confirm part of the issue because of the cache of Metro/XCode/Android studio(Gradle) ### !!! caution !!! Make sure you did the [step 3](https://github.com/ivpusic/react-native-image-crop-picker#step-3) of the installation guide. (RN >...

I also encounter some weird playback issues under new arch (similar settings, this time `` respects the `autoPlay={false}` but instead of stops at the last frame, the player goes further...

Note: if you are using fully custom Toast (by override each toast type via `config` props in ``) + you only serve iOS and Android, you can simply just rollback...

Note 2: I even tried using RNGH to fix that with no luck. seems #428 is the main reason the useNativeDriver is turned off. if anyone get the touch working...