Vishal Sanwal

Results 2 comments of Vishal Sanwal

``` import React, {useCallback, useEffect, useRef, useState} from 'react'; import { View, Pressable, ViewStyle, Dimensions, LayoutChangeEvent, Platform, } from 'react-native'; import {createStyleSheet, useStyles} from 'react-native-unistyles'; import Animated, { useAnimatedStyle, useSharedValue,...

@vokhuyetOz i couldn't find the exact issue but found a workaround by wrapping my component into a Modal. Although it can create some issue if you are rendering bottomSheet or...