Closed Ahmed-Imam closed 1 year ago
Getting distorted 3d model on ios using "react-native": "0.69.4", "react-native-gl-model-view": "^1.6.0"
"react-native": "0.69.4", "react-native-gl-model-view": "^1.6.0"
<AnimatedModelView model={{ uri: 'demon.model', }} texture={{ uri: 'demon.png', }} scale={0.01} translateZ={-2} rotateZ={270} style={{flex: 1}} />
The above issue was resolved upon running the project on actual device, hence closing this issue.
Getting distorted 3d model on ios using
"react-native": "0.69.4", "react-native-gl-model-view": "^1.6.0"