desaiparv5

Results 4 comments of desaiparv5

This doesn't work for me. The modal does not open after wrapping inside KeyboardAvoidingView

``` const HomeScreen = ({ navigation }) => { const [isRefreshing, setIsRefreshing] = useState(false) const modal = useRef() const _handleLongPress = () => { modal.current.open() } return ( ( {_handleLongPress()}}...

Having the same scenario and the same problem. Did you figure it out?

For me adding this fixed the issue. I added this line at beginning of every command I run using `Session.run_ps` `$ProgressPreference = "SilentlyContinue"`