Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinigaglia authored Nov 7, 2019
1 parent f8b23d2 commit 1ff4e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public class MainApplication extends Application implements ReactApplication {
- If you have problem with old devices try avoid to connect/read/write to a peripheral during scan.
- Android API >= 23 require the ACCESS_COARSE_LOCATION permission to scan for peripherals. React Native >= 0.33 natively support PermissionsAndroid like in the example.
- Before write, read or start notification you need to call `retrieveServices` method
- iOS >= 13 need `NSBluetoothAlwaysUsageDescription` key in `Info.plist` file

## Example
The easiest way to test is simple make your AppRegistry point to our example component, like this:
Expand Down

0 comments on commit 1ff4e9b

Please sign in to comment.