react-native-ar-localizer
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

React Native AR Localizer

Introduction

React Native bridge for ARLocalizer

Installation

Simply add package to your project

yarn add react-native-ar-localizer

Usage

To use the package, you need to provide data with objects and theirs locations, check the NetguruOffices.json file from our example. Then, for example in App.tsx:

import ArLocalizerRn from "ar-localizer-rn";
 
// ...
 
React.useEffect(() => {
    ArLocalizerRn.createArView('../NetguruOffices.json');
  }, []);

Example

The app shows distance from user's current location to defined location, screenshot from android device:

Screenshot

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Installation

First step:

yarn bootstrap

Then:

yarn example ios

Or

yarn example android

Contributors

Pawel Joanna

License

MIT

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

    npm i react-native-ar-localizer

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    94.8 kB

    Total Files

    31

    Last publish

    Collaborators

    • netguru