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.