Silver O

Results 17 comments of Silver O

@KawaljeetCuelogic answer please when you find solution Same behavior with example app https://user-images.githubusercontent.com/32684425/109558276-de418c00-7ae1-11eb-9564-b2de101f21c8.mov First Screen: ``` export default class MainScreen extends React.Component { onPress = () => { this.props.navigation.push('DetailScreen'); };...

@KawaljeetCuelogic i've found solution in closed issues - https://github.com/IjzerenHein/react-navigation-shared-element/issues/130 remove ```enableScreens();```

> Same issue, any way to fix this externally for now until the library implements the fix ? need to implement by yourself and create patch, but i didn't have...

there are a lot way where ref can be useful, it's hard for me now to give example

i've found some solution, but i'm not sure how much is it correct modify index.js as 1) ``` this.uniqueId = 0 this.callbacks = {} this.bool = true { if (this.bool)...

> I believe you need a `collapsable={false}` on your viewRef to solve this on android for views outside viewport. See https://shopify.github.io/react-native-skia/docs/snapshotviews/ > > ```ts > return ( > > >...

> I strongly recommend to use gesture-handler for such scenario. We are not really supporting this API anymore: https://shopify.github.io/react-native-skia/docs/animations/gestures Based on the code you provided you will reanimated if want...

useTouchHandler works properly without modal on android

have the same issue on iPad in landscape orientation, any updates?