Marina
Marina
the same problem - if I like the page and state updates, the screen changes the page on another one, but pagination stays the same. Then I swipe and see...
> Its pretty trivial with hooks: > > ```js > const MyComponent = (props) => { > const ref = React.useRef(); > > React.useEffect(() => { > ref?.current?.fadeIn(); > >...
> @slolkunchik - its a proof of concept. The inherent challenge with animating on unmount is the View gets destroyed - so if there is no view, how is it...
the same problem Huawei P30, Android 10 Image Picker version: 4.8.4 React Native version: 0.67.3
I've found that `selectionLimit: 0` or anything more than `1` helps to fix that issue on my Huawei P30 Android 10, but with selectionLimit !== 1 it's working wrong on...
it doesn't work for `TextInput` from 'react-native' for me (the problem is multiline={true})
setting scrollEnabled={false} on TextInput fixed the problem