Skip to content

Commit a3494c9

Browse files
authored
Fix typo in example project
1 parent e3ace84 commit a3494c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default class ReactNativeARKit extends Component {
105105
/>
106106
<ARKit.Model
107107
position={{ x: -0.2, y: 0, z: 0, frame: 'local' }}
108-
scale={0.01},
108+
scale={0.01}
109109
model={{
110110
file: 'art.scnassets/ship.scn', // make sure you have the model file in the ios project
111111
}}

0 commit comments

Comments
 (0)