LOGAN

Results 10 comments of LOGAN

having same issue... this anchor want to find #id but if component that contain #id is not rendered yet then this error will occur. thus I hope you guys can...

any update for chrome extension?

> Thank you for the idea! We're still working on adding more features to the PC version (chat, private rooms, etc). Making it work on mobile browsers could be the...

Are you sure that is problem of npm? I pretty sure you've using higher version node < 18 use node 18 work well but does not work on 20.

``` import NativeDevSettings from 'react-native/Libraries/NativeModules/specs/NativeDevSettings'; NativeDevSettings.setIsDebuggingRemotely(true); ``` ![Image](https://github.com/user-attachments/assets/1c5df44a-d077-4f80-a1b2-9c6702e813ba) before attaching code it show waring instead of connect to React native debugger. put above code to App.tsx then you can use...

> I guess, even though it's dead. A lot of people are using it. yeah I agree, recoil is the best lib so far for its purpose but I guess...

my case when I started record and have following error and only audio is not recordable on iOS 18.5 iPhone 16. 12 mini it's killing me.. permission are granted works...

> I downgrade `"react-native-video": "6.10.0"` it works fine what is your version of react-native-vision-camera? and react-native also are you using new arch??

okay i tried this method and it works ios 18.5 iphone 16. once component render initializing camera 3times then that error goes away but still why..? anyway hope this appoarch...