react-native-xr-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

License

React Native XR Client

React Native XR SDK Client Library

Getting started

  1. Add the package as dependency
$ npm install react-native-xr-client --save
  1. Go to ios folder
cd ios
  1. Install the RNXrClient pod
pod install

iOS

  1. Open the workspace from XCode
  2. Find the RNXrClient under Pods/Development Pods
  3. Add to RNXrClient.xcconfig file:
FRAMEWORK_SEARCH_PATHS = $(inherited) "the/path/to/MLXRSDK"
HEADER_SEARCH_PATHS = <existing paths> "the/path/to/MLXRSDK"

Usage

import { NativeModules } from 'react-native';
const { XrClientBridge } = NativeModules;
 
// See index.d.ts for XrClientBridge API

Detailed Getting Started Guide

See Getting Started for detailed step-by-step instructions to set up a sample react-native project that renders ML Anchors on both Android and iOS.

Package Sidebar

Install

npm i react-native-xr-client

Weekly Downloads

0

Version

0.0.9

License

Apache-2.0

Unpacked Size

585 kB

Total Files

30

Last publish

Collaborators

  • tonycuadra