Skip to content

Commit dea2f32

Browse files
committed
chore(uikit): added missing peer dependency meta
1 parent 1824b65 commit dea2f32

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/uikit-react-native/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
"@react-native-firebase/messaging": {
113113
"optional": true
114114
},
115+
"expo-av": {
116+
"optional": true
117+
},
115118
"expo-clipboard": {
116119
"optional": true
117120
},
@@ -127,6 +130,12 @@
127130
"expo-notifications": {
128131
"optional": true
129132
},
133+
"expo-video-thumbnails": {
134+
"optional": true
135+
},
136+
"react-native-create-thumbnail": {
137+
"optional": true
138+
},
130139
"react-native-document-picker": {
131140
"optional": true
132141
},
@@ -138,6 +147,9 @@
138147
},
139148
"react-native-permissions": {
140149
"optional": true
150+
},
151+
"react-native-video": {
152+
"optional": true
141153
}
142154
},
143155
"react-native-builder-bob": {

0 commit comments

Comments
 (0)