hokaiyipFS

Results 12 comments of hokaiyipFS

make sure you do the following 2 things for iOS [https://github.com/react-native-community/react-native-voice#manually-link-ios] 1. Drag the Voice.xcodeproj from the react-native-voice/ios folder to the Libraries group on Xcode in your poject. Manual linking...

I tried both ViroReact version 2.14.0 and ViroReact version 2.17.0. onClick event on viro-image or viro-node trigger occasionally after clicking. any clues?

on true.. hm... it is weird. if I swipe up, it works fine, but it is not a onClick!

@tomascg2309 you are right on about > place the object near the top left corner of the screen and click very weird indeed.

Hi @tomascg2309 , I have changed my ARSceneNavigator like you suggested, and also my scene is now very simple: ``` { this.scene = scene }} > { Alert.alert("2") }}/> ```...

``` { this.scene = scene }} > { Alert.alert("2") }}/> ``` this piece produces the same behavior, I need to put the box to top left to enable onclick

@tomascg2309 oh.. I am using ViroReact version 2.17. I have compared the 2 versions, it doesnt seems to have impacted on the way AR object interaction. let me down grade...

@tomascg2309 I am using exactly your version. without ref, still no luck :(

@tomascg2309 I think I have resolved it using your way! cheers!

have you tried pod install? add the following lines in your pod file > pod 'ViroReact', :path => '../node_modules/react-viro/ios/' > pod 'ViroKit_static_lib', :path => '../node_modules/react-viro/ios/dist/ViroRenderer/static_lib' then run pod install, then...