New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-arkit

Package Overview
Dependencies
Maintainers
2
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.1.1 to 0.1.2

ios/RCTARKit.xcodeproj/xcuserdata/jacychen.xcuserdatad/xcschemes/xcschememanagement.plist

2

package.json

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

},
"version": "0.1.1",
"version": "0.1.2",
"description": "React Native binding for iOS ARKit",

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

@@ -95,2 +95,9 @@ # react-native-arkit

/>
<ARKit.Model
pos={{ x: -0.2, y: 0, z: 0, frame: 'local' }}
model={{
file: 'art.scnassets/ship.scn', // make sure you have the model file in the ios project
scale: 0.01,
}}
/>
</ARKit>

@@ -227,4 +234,16 @@ </View>

#### `<ARKit.Model />`
SceneKit only supports `.scn` and `.dae` formats.
##### Props
| Prop | Type |
|---|---|
| `pos` | `{ x, y, z }` |
| `model` | `{ file, scale }` |
## Contributing
If you find a bug or would like to request a new feature, just [open an issue](https://github.com/HippoAR/react-native-arkit/issues/new). Your contributions are always welcome! Submit a pull request and see [`CONTRIBUTING.md`](CONTRIBUTING.md) for guidelines.

Sorry, the diff of this file is not supported yet

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