Willy Rosa
Willy Rosa
Hey, any idea why I'm getting this error after installing this dependency? ```json "@shopify/flash-list": "^1.2.0", "@shopify/react-native-skia": "^0.1.137", "axios": "^0.27.2", "react": "18.0.0", "react-native": "0.69.1", ```
Hey I've tried to use this library but got issues with navigation, it is like navigation is lost somewhere. For reference I use `useNavigation` everywhere.  and i realized that those hooks are never returning the remote tracks. ```ts const { videoTracks } = useRemoteVideoTracks(remoteUsers); const { audioTracks }...