Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove resume from init, preventing on-launch permissions request by …
…ARKit
  • Loading branch information
gtfargo committed Jan 23, 2018
commit 9c3038e04a3ce11d1859cbbadb7fbbd6c5a9f534
1 change: 0 additions & 1 deletion ios/RCTARKit.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ - (instancetype)initWithARView:(ARSCNView *)arView {

// start ARKit
[self addSubview:arView];
[self resume];
}
return self;
}
Expand Down