Relative Content

Tag Archive for javascriptreact-nativeflexboxshopifyflash-list

Getting a Blank Space in Shopify / flash-list

<View style={{flex:1}}> <FlashList data={routes.current} extraData={language} renderItem={renderScene} keyExtractor={item => item?.id} horizontal pagingEnabled getItemType={() => { return 2 }} onBlankArea={(e)=>{ console.log(‘e’,e) }} snapToAlignment=”start” decelerationRate={‘fast’} snapToOffsets={snapToOffsetsArray} disableIntervalMomentum estimatedItemSize={ScreenWidth} showsHorizontalScrollIndicator={false} /> </View> I am using this and i this list is working well but when i open a keyboard on this and close this keyboard then render items wrapped […]