react-native-ar-localizer
v0.1.1
Published
React Native bridge for ARLocalizer
Downloads
22
Readme
Introduction
Installation
Simply add package to your project
yarn add react-native-ar-localizerUsage
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:

Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
Installation
First step:
yarn bootstrapThen:
yarn example iosOr
yarn example androidContributors
License
MIT
