Yi-Eyetell
Yi-Eyetell
@ridvanaltun I'm seeing the same issue here. I found that ` UIManager.getViewManagerConfig("RNTDeepARView").Commands` returns ```{"switchEffect":0,"switchEffectWithPath":1,"fireTrigger":2,"setFlashOn":3,"pause":4,"resume":5,"takeScreenshot":6,"startRecording":7,"resumeRecording":8,"pauseRecording":9,"finishRecording":10,"setAudioMute":11,"setLiveMode":12,"setFaceDetectionSensitivity":13,"showStats":14,"setTouchMode":15,"changeParameterFloat":16,"changeParameterVec4":17,"changeParameterVec3":18,"changeParameterBool":19,"changeParameterTexture":20,"changeParameterString":21,"getConstants":22}``` so when javascript triggers `nativeExesute` in `node_modules/react-native-deepar/lib/module/DeepARView.js` ``` const nativeExecute = (name, params) => { return...