upload images in composer v1

This commit is contained in:
João Ferreiro
2022-11-28 16:46:58 +00:00
parent 1e9d265403
commit 4b960bc320
10 changed files with 283 additions and 33 deletions
+5 -1
View File
@@ -18,6 +18,7 @@
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "^1.17.6",
"@react-native-camera-roll/camera-roll": "^5.1.0",
"@react-native-clipboard/clipboard": "^1.10.0",
"@zxing/text-encoding": "^0.9.0",
"base64-js": "^1.5.1",
@@ -33,6 +34,7 @@
"react-native": "0.68.2",
"react-native-appstate-hook": "^1.0.6",
"react-native-gesture-handler": "^2.5.0",
"react-native-image-crop-picker": "^0.38.1",
"react-native-inappbrowser-reborn": "^3.6.3",
"react-native-linear-gradient": "^2.6.2",
"react-native-pager-view": "^6.0.2",
@@ -74,7 +76,9 @@
},
"jest": {
"preset": "react-native",
"setupFiles": ["./jest.js"],
"setupFiles": [
"./jest.js"
],
"moduleFileExtensions": [
"ts",
"tsx",