Vladan Mikic
Vladan Mikic
Still no fix? RN0.71.0
Are there any solutions available?
My situation is this. I am using react-native and this library along with [react-native-inappbrowser-reborn](https://github.com/proyecto26/react-native-inappbrowser) to handle auth. I have a very similar Hub listener as @MuhammadAbdullah54321, handling sign-in and sign-in...
> navigate to the RNSound package in your project's node_modules folder and open the RNSound.m file. Look for the following lines of code: > > `fileNameUrl = [NSURL URLWithString:fileNameEscaped];` >...
I have the same issue, but sadly i think the repo is dead.
Then it closes the menu even if the user scrolls inside of it.
Also, this is my login handler: ```js const handleSubmit = async (e: FormEvent) => { e.preventDefault(); setLoading(true); const response = await signIn("credentials", { email, password, redirect: false }); if (response?.url)...
Any updates regarding this issue?
I've noticed that the bug happens when I use `redirect` from `next/navigation`.