Anwar Shah

Results 3 comments of Anwar Shah

> A working solution for me, use Flstlist from react-native-gesture-handler. > > `import {FlatList} from 'react-native-gesture-handler';` Worked for me thanks

I had the same issues, downgrading the version working fine for me yarn add [email protected] and added android/app/build.gradle android{ packagingOptions { pickFirst 'lib/x86/libc++_shared.so' pickFirst 'lib/x86_64/libjsc.so' pickFirst 'lib/arm64-v8a/libjsc.so' pickFirst 'lib/arm64-v8a/libc++_shared.so' pickFirst...

> Can you guys confirm what version of react-native-blob-util are you using?? Downgrading to 6.6.2 seams to fix part of the problem for me, but then got `Execution failed for...