Upgrade RN and friends

This commit is contained in:
Sofiya Tepikin
2021-04-18 12:55:21 +00:00
committed by Maria Zadnepryanets
parent aa2de9e335
commit 2535d056b7
43 changed files with 2999 additions and 2507 deletions
@@ -33,7 +33,8 @@ export default async function exportData() {
url: `file://${path}`,
subject: labels.subject,
type: 'text/csv',
showAppsToView: true
showAppsToView: true,
failOnCancel: false,
})
} catch (err) {