Skip to content

Files

Latest commit

5d32572 · Mar 4, 2025

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 12, 2023
Feb 12, 2023
Nov 18, 2024
Apr 8, 2024
Nov 4, 2024
Feb 12, 2023
Feb 12, 2023
May 23, 2017
Dec 9, 2024
Feb 12, 2023
Oct 31, 2024
Dec 4, 2023
Mar 4, 2025
Nov 14, 2024
Nov 28, 2023
Dec 4, 2023
Jan 14, 2021
Nov 14, 2024
Mar 4, 2025
Mar 4, 2025
Nov 14, 2024
Apr 8, 2024

React Native BLE Manager Example

The example app is using expo to simplify management.

Install the dependencies npm i then npx expo prebuild, now you have the two native projects ready.


Run example in iOS:

npx expo run:ios


Run example in Android:

npx expo run:android


If you want to modify the library code directly from the created projects use npm link react-native-ble-manager , otherwise the code will be copied to node_modules folder.