Ilya Gomza
Ilya Gomza
```js ``` ```js ``` ```js const [rotation, setRotation] = useState([0, 0, 0]); const viroBox = useRef(null); const onRotate = (rotateState, rotationFactor, source) => { console.log('rotateState', rotateState); if (rotateState == 3)...
If you plan to upgrade, when can we expect it? I am trying to install the library with the command `npm i @viro-community/react-viro` but i get an error ``` npm...
Hello, i use starter kit and add Viro3DObject witch my resources ```php return ( {}} resources={[ require('./res/mycube/mycube.mtl'), // ); ``` and during build android studio returns exception: ```php Execution failed...
Because repeating (regular) events have the same id, calling the ```js presentEventEditingDialog({ eventId: id }) ``` method opens the first event in the sequence of such events. Is it possible...