You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,52 @@ For now, this module only works for Android. Under the hood it is using the nati
18
18
19
19
`react-native link @react-native-community/viewpager`
20
20
21
+
### Manual installation
22
+
23
+
#### iOS
24
+
Not Supported.
25
+
26
+
#### Android
27
+
28
+
<details>
29
+
<summary>Manually link the library on Android</summary>
30
+
</br>
31
+
Make the following changes:
32
+
33
+
#### `android/settings.gradle`
34
+
```groovy
35
+
include ':@react-native-community_viewpager'
36
+
project(':@react-native-community_viewpager').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/viewpager/android')
0 commit comments