Update dependencies

This commit is contained in:
Alex Demchenko
2021-08-15 22:13:58 +02:00
parent 992464d949
commit eff715d491
9 changed files with 2055 additions and 1939 deletions

View File

@@ -79,7 +79,7 @@ const App = () => {
// ...
const handleFileSelection = async () => {
try {
const response = await DocumentPicker.pick({
const response = await DocumentPicker.pickSingle({
type: [DocumentPicker.types.allFiles],
})
const fileMessage: MessageType.File = {
@@ -244,7 +244,7 @@ const App = () => {
const handleFileSelection = async () => {
try {
const response = await DocumentPicker.pick({
const response = await DocumentPicker.pickSingle({
type: [DocumentPicker.types.allFiles],
})
const fileMessage: MessageType.File = {