Tom Fadial

Results 10 comments of Tom Fadial

I can confirm that this is working on the latest version of react-native (0.62.2). It appears that wrapping `ScrollView` contents with `TouchableWithoutFeedback` is required.

I noted the same issue on iOS. Interestingly, the React FlatList component wasn't having any performance issues on iOS but was extremely slow on Android. I created a new PlatformFlatList...

@stoffern Would love to, complete git/React noob so no idea how :) But, this is an awesome component, thank you!

@stoffern Sorry for the delay, I'm subscribed now. The performance issue I was having was mostly on Android (which is why I preferred the basic FlatList on iOS).

I'm getting an undefined error on this.refs.pullToRefresh.getInnerViewNode. Trying to apply this to a Flatlist.

> I resolved blurry images on Android by adding .dontTransform() to the Glide builder: > > https://github.com/DylanVann/react-native-fast-image/blob/0439f7190f141e51a391c84890cdd8a7067c6ad3/android/src/main/java/com/dylanvann/fastimage/FastImageViewManager.java#L99 > > ``` > if (requestManager != null) { > requestManager > //...

The change above seems to cause a significant memory leak on Android.

My solution was to use a separate shadow component. I chose [`react-native-shadow-2`](https://github.com/SrBrahma/react-native-shadow-2#%EF%B8%8F-faq) which depends on `react-native-svg` and works with Expo. I placed the Shadow component at the top of my...

If you're using the version that supports Expo it appears that this prop is not available. You can copy the changes from this commit if you'd like to add support....

I had the same error until I disabled security keys and then was able to log in.