Skip to content

Commit

Permalink
[#11] Feat: implement post image and add image picker
Browse files Browse the repository at this point in the history
  • Loading branch information
hee-suh committed Mar 13, 2022
1 parent 982cffd commit c10387d
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 224 deletions.
6 changes: 5 additions & 1 deletion react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@
"expo-auth-session": "~3.5.0",
"expo-camera": "^12.1.2",
"expo-font": "~10.0.4",
"expo-splash-screen": "~0.14.1",
"expo-image-picker": "~12.0.1",
"expo-random": "~12.1.1",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"expo-web-browser": "~10.1.0",
"form-data": "^4.0.0",
"metro-react-native-babel-preset": "^0.69.0",
"mime": "^3.0.0",
"native-base": "^3.3.7",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand All @@ -45,6 +48,7 @@
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/mime": "^2.0.3",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/react-native-dotenv": "^0.2.0",
Expand Down
Loading

0 comments on commit c10387d

Please sign in to comment.