ivanoikon

Results 13 comments of ivanoikon

I solved importing AR core unity extension from json (unzip .tgz) and not from the tarball file

> I'm guessing it is due to this line: https://github.com/pmndrs/drei/blob/bed21ea90e8de8a1bfc0dc8129dbf723dd634699/src/core/useVideoTexture.tsx#L46C3-L46C80 > > Perhaps we should add: > > ``` > let baseUrl; > if (IS_BROWSER) { > // In a...

> If HTML Video element cannot be created then I guess useVideoTexture can't work in ReactNative at all It seems you are right considering [#1738](https://github.com/pmndrs/drei/issues/1738). Any workaround?

Any news? Bug still present in latest version

> Thanks for that @sereoja. I'm using that version and it works perfectly if Facebook app is installed but for some reason it doesn't work when login is completed using...

@sereoja it seems you do not use your Nuget packages, so what library you use? I don't need to get facebook user data, i need to log in without Facebook...

@sereoja Thank you now it's working ;)

useEffect doesn't solve the problem, Carousel still scrolls to an invalid position. useCarouselController seems undocumented and throws an undefined error even when imported... ...but I found a workaround: I scroll...

Same issue here. But the question is: is this project still alive?

I solved switching to this library while waiting for a fix [react-native-html-text-view](https://github.com/karugamo/react-native-html-text-view).