sanduluca

Results 89 comments of sanduluca

@ajsmth @tobiaslins @TheNoim Can you help with this please?

Why there is no activity on this enhancement ? Would be great to have this feature.

Have the same problem. Why no one is responding to this issue ?

> Hi @sanduluca maybe it's possible with touchables from the [gesture-handler](https://github.com/software-mansion/react-native-gesture-handler), you will need to build your own tab bar. Please if you do, share it here, it's a nice...

@rdasgupt Can we have an update ?

I have the same issue. It was also reported here: #2360 #2057 I also reported this issue in another repo ( here: https://github.com/iou90/react-native-autoheight-webview/issues/259 ) but it seems to be a...

> It looks like the auto-scrolling is a behavior of the React Native ScrollView. > > The only thing I imagine could be done from the `react-native-webview` side would be...

Does anyone have a solution ? Tried all of the setup below and still none of them worked ```tsx require('react-native-reanimated').setUpTests(); // ({"Object.":function(module,exports,require,__dirname,__filename,jest){import * as Animated from './Animated'; // ^^^^^^ //...

I also faced this issue. I had this styled component ```tsx export const PulsingBackground = styled.View` position: absolute; height: ${({ height }) => height + 12}px; align-self: center; ${({ childWidth...