We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1701a74 commit 9bceff8Copy full SHA for 9bceff8
README.md
@@ -15,6 +15,16 @@ To integrate `react-native-usbserial` with the rest of your react app just execu
15
react-native link react-native-usbserial
16
```
17
18
+### Android
19
+
20
+To integrate it with your android application you also need to add these following lines on your `android/app/build.gradle`:
21
22
+```gradle
23
+repositories {
24
+ maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
25
+}
26
+```
27
28
## Usage
29
30
```javascript
0 commit comments