Add the ability to paste images into the composer (#56)
This commit is contained in:
parent
15589d216f
commit
570b76a71d
5 changed files with 101 additions and 34 deletions
10
package.json
10
package.json
|
@ -24,6 +24,7 @@
|
|||
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
||||
"@fortawesome/react-native-fontawesome": "^0.3.0",
|
||||
"@gorhom/bottom-sheet": "^4",
|
||||
"@mattermost/react-native-paste-input": "^0.6.0",
|
||||
"@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",
|
||||
|
@ -115,7 +116,9 @@
|
|||
"transformIgnorePatterns": [
|
||||
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|rollbar-react-native|@fortawesome|@react-native|@react-navigation)"
|
||||
],
|
||||
"modulePathIgnorePatterns": ["__tests__\/.*\/__mocks__"],
|
||||
"modulePathIgnorePatterns": [
|
||||
"__tests__/.*/__mocks__"
|
||||
],
|
||||
"coveragePathIgnorePatterns": [
|
||||
"<rootDir>/node_modules/",
|
||||
"<rootDir>/src/platform",
|
||||
|
@ -124,7 +127,10 @@
|
|||
"<rootDir>/src/state/lib",
|
||||
"<rootDir>/__tests__/test-utils.js"
|
||||
],
|
||||
"reporters": [ "default", "jest-junit" ]
|
||||
"reporters": [
|
||||
"default",
|
||||
"jest-junit"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue