Skip to content

Commit c08592d

Browse files
committed
style: fix No media added text
1 parent 1370c41 commit c08592d

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"expo-file-system": "~15.4.5",
2626
"expo-font": "~11.4.0",
2727
"expo-image": "~1.3.5",
28-
"expo-image-manipulator": "^11.5.0",
28+
"expo-image-manipulator": "~11.3.0",
2929
"expo-image-picker": "~14.3.2",
3030
"expo-notifications": "~0.20.1",
3131
"expo-status-bar": "~1.6.0",

src/components/InTaskImages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const styles = StyleSheet.create({
269269
},
270270
nothingAddedText: {
271271
alignSelf: "center",
272-
marginTop: 10,
272+
marginTop: -5,
273273
},
274274
image: {
275275
width: "100%",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -5006,17 +5006,12 @@ expo-image-loader@~4.3.0:
50065006
resolved "https://registry.yarnpkg.com/expo-image-loader/-/expo-image-loader-4.3.0.tgz#d897b4d4f1838faa8291c36f00b99c2b36a6ac5c"
50075007
integrity sha512-2kqJIO+oYM8J3GbvTUHLqTSpt1dLpOn/X0eB4U4RTuzz/faj8l/TyQELsMBLlGAkweNUuG9LqznbaBz+WuSFEw==
50085008

5009-
expo-image-loader@~4.4.0:
5010-
version "4.4.0"
5011-
resolved "https://registry.yarnpkg.com/expo-image-loader/-/expo-image-loader-4.4.0.tgz#35909516311aa60fa4bf35aa6eb7624d7f7f788d"
5012-
integrity sha512-dq88tiRB8aB1U+O/oJI7IY4VU9Nu2iDjEwR8QDfLtD4xWd5lNGoyic5Vh7911E1qNJFqNMSVIVzOD5l1SQ3A6g==
5013-
5014-
expo-image-manipulator@^11.5.0:
5015-
version "11.5.0"
5016-
resolved "https://registry.yarnpkg.com/expo-image-manipulator/-/expo-image-manipulator-11.5.0.tgz#2a0f4c069dc25722c2c8f0e15c0c42353f1115a4"
5017-
integrity sha512-W/mwSIuLyolDDSzIkENvwVoQpe6HJfpcAQbeu3VX3ZcTJrgvORM/tfuCJacCTHQ0iVIB49Txv65CgbtO+3Pd6w==
5009+
expo-image-manipulator@~11.3.0:
5010+
version "11.3.0"
5011+
resolved "https://registry.yarnpkg.com/expo-image-manipulator/-/expo-image-manipulator-11.3.0.tgz#3bf5e1d7331c182950f73bfacf2060cc4604170e"
5012+
integrity sha512-lw17v8VD5LqE+j3YMZNNlfM19OlkBPzLEoVyGcx9FtGC533le5dnXF+UiZTCbFIVr/xyBJTMse9G0oJ70q9MbQ==
50185013
dependencies:
5019-
expo-image-loader "~4.4.0"
5014+
expo-image-loader "~4.3.0"
50205015

50215016
expo-image-picker@~14.3.2:
50225017
version "14.3.2"

0 commit comments

Comments
 (0)