Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 39284b4

Browse files
committed
feat: add image picker and recipient selection modal in AddGiftScreen
1 parent 6385fa2 commit 39284b4

File tree

3 files changed

+208
-146
lines changed

3 files changed

+208
-146
lines changed

bun.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@react-native-community/datetimepicker": "8.2.0",
99
"expo": "52.0.46",
1010
"expo-fast-image": "1.1.3",
11+
"expo-image-picker": "16.0.6",
1112
"expo-linking": "7.0.5",
1213
"expo-router": "4.0.20",
1314
"expo-splash-screen": "0.29.24",
@@ -740,6 +741,10 @@
740741

741742
"expo-font": ["[email protected]", "", { "dependencies": { "fontfaceobserver": "^2.1.0" }, "peerDependencies": { "expo": "*", "react": "*" } }, "sha512-eAP5hyBgC8gafFtprsz0HMaB795qZfgJWqTmU0NfbSin1wUuVySFMEPMOrTkTgmazU73v4Cb4x7p86jY1XXYUw=="],
742743

744+
"expo-image-loader": ["[email protected]", "", { "peerDependencies": { "expo": "*" } }, "sha512-Eg+5FHtyzv3Jjw9dHwu2pWy4xjf8fu3V0Asyy42kO+t/FbvW/vjUixpTjPtgKQLQh+2/9Nk4JjFDV6FwCnF2ZA=="],
745+
746+
"expo-image-picker": ["[email protected]", "", { "dependencies": { "expo-image-loader": "~5.0.0" }, "peerDependencies": { "expo": "*" } }, "sha512-HN4xZirFjsFDIsWFb12AZh19fRzuvZjj2ll17cGr19VNRP06S/VPQU3Tdccn5vwUzQhOBlLu704CnNm278boiQ=="],
747+
743748
"expo-keep-awake": ["[email protected]", "", { "peerDependencies": { "expo": "*", "react": "*" } }, "sha512-6Jh94G6NvTZfuLnm2vwIpKe3GdOiVBuISl7FI8GqN0/9UOg9E0WXXp5cDcfAG8bn80RfgLJS8P7EPUGTZyOvhg=="],
744749

745750
"expo-linking": ["[email protected]", "", { "dependencies": { "expo-constants": "~17.0.5", "invariant": "^2.2.4" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-3KptlJtcYDPWohk0MfJU75MJFh2ybavbtcSd84zEPfw9s1q3hjimw3sXnH03ZxP54kiEWldvKmmnGcVffBDB1g=="],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@react-native-community/datetimepicker": "8.2.0",
1313
"expo": "52.0.46",
1414
"expo-fast-image": "1.1.3",
15+
"expo-image-picker": "16.0.6",
1516
"expo-linking": "7.0.5",
1617
"expo-router": "4.0.20",
1718
"expo-splash-screen": "0.29.24",

0 commit comments

Comments
 (0)