Skip to content

Commit e0f2a13

Browse files
committed
comment clear
1 parent 274346f commit e0f2a13

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

ios/RCTARKit.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ - (void)pause {
8181

8282
- (void)resume {
8383
[self.session runWithConfiguration:self.configuration];
84-
[self.nodeManager clear];
84+
// [self.nodeManager clear];
8585
}
8686

8787
- (void)focusScene {

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
"type": "git",
55
"url": "https://github.com/HippoAR/react-native-arkit.git"
66
},
7-
"version": "0.2.0",
7+
"version": "0.2.1",
88
"description": "React Native binding for iOS ARKit",
99
"author": "Zehao Li <qft.gtr@gmail.com>",
1010
"license": "MIT",
1111
"homepage": "https://github.com/HippoAR/react-native-arkit",
12-
"keywords": ["react-native", "react", "native", "ARKit", "AR"],
12+
"keywords": [
13+
"react-native",
14+
"react",
15+
"native",
16+
"ARKit",
17+
"AR"
18+
],
1319
"main": "index.js",
1420
"scripts": {
1521
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)