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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,11 @@
16
16
#### Step 1
17
17
18
18
Install [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons#installation) if you do not already have it.
19
+
Install [react-native-extra-dimensions-android](https://github.com/Sunhat/react-native-extra-dimensions-android#installation) if you do not already have it.
19
20
20
21
```
21
22
npm install react-native-vector-icons --save && react-native link react-native-vector-icons
23
+
npm install react-native-extra-dimensions-android --save && react-native link react-native-extra-dimensions-android
0 commit comments