react-native-visual-positioning-system
v1.3.2
Published
React Native bridge for Google's Visual Positioning System
Maintainers
Readme
React Native Visual Positioning System
A Turbo Native Module for Google's Visual Positioning System.
Installation
npm install react-native-visual-positioning-system
# or
yarn add react-native-visual-positioning-systemThen, for iOS, you need to install the pods:
cd ios
RCT_NEW_ARCH_ENABLED=1 bundle exec pod installFor Android, you need to enable the New Architecture by setting
newArchEnabled=true in your android/gradle.properties file.
Usage
import VisualPositioningSystem from "react-native-visual-positioning-system";
// ...
VisualPositioningSystem?.printMsg("Hello from my app!");