jcalem
jcalem
### Description On Android, when the `onRefresh` and `refreshing` props are specified in an `Animated.FlatList` with `useScrollViewOffset`, the offset value does not get updated. When the props are commented out,...
### Before you submit this issue, have you checked the following - [x] Is this really a problem? - [x] I have searched the Github Issues for similar issues, but...
### Current behavior I'm attempting to create a custom modal interpolator that fades in rather than slides in from the bottom. However, whenever I change the `cardStyleInterpolator` from `forModalPresentationIOS` the...