Lee Hoe Mun

Results 8 comments of Lee Hoe Mun

It works fine as long as the given layoutProvider is relatively accurate. Else you might see a huge layout jump as you scroll.

For LayoutAnimation, please try Animated.FlatList as shown here #2674 instead of using createAnimatedComponent. But there are some weird bugs atm #2703 #2704

thats not example, it is their version of FlatList which overwrite the original FlatList's CellRendererComponent Edit: opps, take back my words. Didnt see your implementation actually overwrite the CellRendererComponent

Im currently using this pattern to check if the server did response. It works for both Node and Browser ``` if (axios.isAxiosError(err)) { if (!err.toJSON().status) { console.log("Unable to reach server");...

Nvm, Using https://github.com/ConduitMobileRND/react-native-simple-shadow-view as a workaround.

Not sure if this is what you mean. ``` ``` But the snapshot generated by this code is also lack of shadow.

Just run into this issue, any workaround until the fix is landed in expo?