UNPKG

@indoor-track/ibeacon

Version:

Uma biblioteca React Native que fornece APIs nativas para escanear, detectar e obter informações de dispositivos iBeacon via Bluetooth Low Energy...

34 lines (18 loc) 804 B
# react-native-ibeacon Uma biblioteca React Native que fornece APIs nativas para escanear, detectar e obter informações de dispositivos iBeacon via Bluetooth Low Energy, suportando tanto Android quanto iOS. Compatível com iBeacons antigos e novos, a lib facilita a integração e o desenvolvimento de aplicações de localização indoor e monitoramento de proximidade. ## Installation ```sh npm install react-native-ibeacon ``` ## Usage ```js import { multiply } from 'react-native-ibeacon'; // ... const result = multiply(3, 7); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT --- Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)