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

react-native-ar-localizer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-ar-localizer

React Native bridge for ARLocalizer

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

React Native AR Localizer

Introduction

React Native bridge for ARLocalizer

Installation  |  Usage  |  Contributing  |  Contributors

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

Keywords

FAQs

Package last updated on 21 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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