We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ace84 commit a3494c9Copy full SHA for a3494c9
README.md
@@ -105,7 +105,7 @@ export default class ReactNativeARKit extends Component {
105
/>
106
<ARKit.Model
107
position={{ x: -0.2, y: 0, z: 0, frame: 'local' }}
108
- scale={0.01},
+ scale={0.01}
109
model={{
110
file: 'art.scnassets/ship.scn', // make sure you have the model file in the ios project
111
}}
0 commit comments