anhphamminh
anhphamminh
> A work around I did is to define the function `getItemLayout`, > > Example on expo: https://snack.expo.io/@gusgard/react-native-swiper-flatlist > > Code: https://github.com/gusgard/react-native-swiper-flatlist/blob/master/src/components/SwiperFlatList/SwiperFlatList.tsx#L236 ``` getItemLayout={(__data, ItemIndex: number) => ({ length: Dimensions.get('window').height,...
``` error: ../../node_modules/expo-router/_ctx.ios.js: ../../node_modules/expo-router/_ctx.ios.js:Invalid call at line : undefined First argument of `require.context` should be a string denoting the directory to require. ``` got this error when upgrade expo to...