Skip to content

Commit 55c10c8

Browse files
committed
link setting
1 parent f44e688 commit 55c10c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ react-native link
1212
If link Android failed, you need modify `settings.gradle`:
1313

1414
```
15-
include ':app', ':react-native-imui'
15+
include ':react-native-imui'
1616
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'
1723
```
1824

1925
And add dependency in your app's `build.gradle`:

0 commit comments

Comments
 (0)