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 f44e688 commit 55c10c8Copy full SHA for 55c10c8
README.md
@@ -12,8 +12,14 @@ react-native link
12
If link Android failed, you need modify `settings.gradle`:
13
14
```
15
-include ':app', ':react-native-imui'
+include ':react-native-imui'
16
project(':react-native-imui').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-imui/android')
17
+include ':react-native-imui:chatinput'
18
+include ':react-native-imui:messagelist'
19
+include ':react-native-imui:popuptool'
20
+include ':react-native-imui:emoji'
21
+include ':react-native-imui:photoViewPagerview'
22
+include ':react-native-imui:photoViewPagerview:photodraweeview'
23
24
25
And add dependency in your app's `build.gradle`:
0 commit comments