|
9 | 9 |
|
10 | 10 | ## About this library
|
11 | 11 |
|
12 |
| -This is React Native Bluetooth Low Energy library wrapping [Multiplatform Ble Adapter](https://github.com/dotintent/MultiPlatformBleAdapter/). |
13 |
| - |
14 | 12 | It supports:
|
15 | 13 |
|
16 | 14 | - [observing device's Bluetooth adapter state](https://github.com/dotintent/react-native-ble-plx/wiki/Bluetooth-Adapter-State)
|
@@ -44,23 +42,17 @@ It does NOT support:
|
44 | 42 | For old RN versions (<0.60) please check [old README](./docs/README_V1.md) (1.x)
|
45 | 43 | for the old instructions or [migration guide](./docs/MIGRATION_V1.md).
|
46 | 44 |
|
47 |
| -| React Native | 3.1.0 | |
| 45 | +| React Native | 3.1.1 | |
48 | 46 | | ------------ | ------------------ |
|
49 | 47 | | 0.72.4 | :white_check_mark: |
|
50 | 48 | | 0.71.13 | :white_check_mark: |
|
51 | 49 | | 0.70.13 | :white_check_mark: |
|
52 | 50 |
|
53 | 51 | ## Recent Changes
|
54 | 52 |
|
55 |
| -**3.1.0** |
| 53 | +**3.1.1** |
56 | 54 |
|
57 |
| -- Added Handling Bluetooth 5 Advertising Extensions on Android by legacyScan flag |
58 |
| -- Added isConnectable flag for android devices |
59 |
| -- Added Expo config plugin for prebuilding |
60 |
| -- Changed Android permissions section in docs and readme |
61 |
| -- Merged MultiPlatformBleAdapter (https://github.com/dotintent/MultiPlatformBleAdapter) with react-native-ble-plx repo |
62 |
| -- Fixed application crash when multiple listeners were set to watch the disconnect action and the device was disconnected |
63 |
| -- Fixed handling wrong Bluetooth Address error on Android |
| 55 | +- Fixed expo config plugin for prebuilding |
64 | 56 |
|
65 | 57 | [Current version changes](CHANGELOG.md)
|
66 | 58 | [All previous changes](CHANGELOG-pre-03.md)
|
@@ -93,7 +85,10 @@ After installing this npm package, add the [config plugin](https://docs.expo.io/
|
93 | 85 | }
|
94 | 86 | ```
|
95 | 87 |
|
96 |
| -Next, rebuild your app as described in the ["Adding custom native code"](https://docs.expo.io/workflow/customizing/) guide. |
| 88 | +Then you should build the version using native modules (e.g. with `npx expo prebuild` command). |
| 89 | +And install it directly into your device with `npx expo run:android`. |
| 90 | + |
| 91 | +You can find more details in the ["Adding custom native code"](https://docs.expo.io/workflow/customizing/) guide. |
97 | 92 |
|
98 | 93 | ## API
|
99 | 94 |
|
|
0 commit comments