mirror of
https://github.com/status-im/react-native-dialogs.git
synced 2025-02-20 12:28:08 +00:00
Update README.md
This commit is contained in:
parent
84f1701ea1
commit
4505ab3e91
@ -14,7 +14,7 @@ In `android/settings.gradle`, remove the line `include ':app'` and add the follo
|
||||
include ':app', ':react-native-dialogs'
|
||||
project(':react-native-dialogs').projectDir = file('../node_modules/react-native-dialogs/android')
|
||||
```
|
||||
**NOTE** : If you have included other libraries in your project, the `include` line will contain the other dependencies too, apart from `':app'` and `':react-native-dialogs'`
|
||||
**NOTE** : If you have included other libraries in your project, the `include` line will contain the other dependencies too.
|
||||
|
||||
In `android/app/build.gradle`, add a dependency to `':react-native-dialogs'` and URL of the Jitpack maven repository (to download the library https://github.com/afollestad/material-dialogs) :
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user