Quan Nguyen

Results 59 comments of Quan Nguyen

> @zeeshan112233 hi. still don't find it. I managed to use other way without using react-native-push-notification's feature. Hi @cynde. Could you please share the way you handle this issue? Really...

> @truongngodang @anhquan291 which value you are using for the bounce. default is `0.5` Hi. So sorry for the late reply. I put the value from 0.1-1 and nothing changes....

> @anhquan291 can you provide a reproducible example through github? Unfortunately, I can't. I only can share the screen bottom sheet code here. > const ShareOptionSheet = () => {...

Hi, I got a new update. On Android, it doesn't work when provide the props "keyboardAware". I also tried your example. The error occurs. When I remove keyboardAware props It...

Thanks @zhiqingchen lets me try It's sad that I'm still facing the issue. react-native-screens version is 3.9.0 as well as the latest one 3.11.1. Thank you

Hi @pistonsky , I'm facing exactly the same one. Did you find a solution for that issue? Really appreciate that if you could share. Thank you ` "@react-navigation/bottom-tabs": "^6.0.9", "@react-navigation/core":...

I'm facing exactly the same one. Did you find a solution for that issue? Really appreciate that. Thank you guys "@react-navigation/bottom-tabs": "^6.0.9", "@react-navigation/core": "^6.1.0", "@react-navigation/native": "^6.0.6", "@react-navigation/stack": "^6.0.11", "react-native-reanimated": "~2.3.3",...

> This problem is related to the @react-navigation/native": "^6.x.x" and to solve this problem you can implement this code > > const [activeBlur, setActiveBlur] = useState(false) useEffect(() => { setActiveBlur(true)...