react-native-ar / react-native-arkit

React Native binding for iOS ARKit
MIT License
1.72k stars 143 forks source link

Add pinch and rotate gesture functions #209

Closed JackSoby closed 2 years ago

JackSoby commented 4 years ago

This PR has onRotateGesuture and onPinchGesture exposed from scenekit. I find that these work a-lot better and are easier to work with rather than the JS panhandlers. I forked my repo off of @code-matts Multipeer Worldmap PR here https://github.com/react-native-ar/react-native-arkit/pull/208

JackSoby commented 4 years ago

This now also includes using dynamic images for image recognition besides the images from xcode

JackSoby commented 3 years ago

This PR now includes the ability to place to place AR content based on location info.