Brma1048
Brma1048
We also need this fix, please can someone merge this PR @olarra
Any updates on this? It's still using 4.1.0 with security vulnerability and ora and ws must also be updatet to a newer version
@mssod-alfa did you find any solution?
Hi, did anyone find a solution @mikehardy @fobos531 @go-sean-go? My use case is, that if a user presses a notification i would like to navigate to a specific screen based...
@MarufSharifi can you show any code please? I have the same problem
Edit: I have found a solution ``` const scrollRef = useRef(); const scrollToTop = () => { scrollRef?.current._scrollViewRef.scrollTo({ x: 0, y: 0, animated: true }); }; ... ```
Same issue on android React Native: 0.71.2 @react-native-menu/menu": "0.7.3"
@willxy you need to add the icons via android studio In Android Studio, right-click on the “drawable” folder and select “New” » “Vector Asset”.