Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-arkit

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-arkit - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

5

ARKit.js

@@ -33,2 +33,6 @@ //

// clear scene on start (not on mount)
// this is only needed if you reload the app (in dev mode)
ARKitManager.clearScene();
class ARKit extends Component {

@@ -47,3 +51,2 @@ state = {

ARKitManager.pause();
ARKitManager.clearScene();
}

@@ -50,0 +53,0 @@

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.4.3",
"version": "0.4.4",
"description": "React Native binding for iOS ARKit",

@@ -10,0 +10,0 @@ "author": "Zehao Li <qft.gtr@gmail.com>",

@@ -22,4 +22,7 @@ # react-native-arkit

(npm does not work properly at the moment)
make sure to use the latest version of yarn (>=1.x.x)
(npm does not work properly at the moment. See https://github.com/HippoAR/react-native-arkit/issues/103)
### Mostly automatic installation

@@ -26,0 +29,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc