Update details.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-12-27 15:19:37 -06:00
parent 932ec1faaa
commit a66186b193
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C

View file

@ -650,7 +650,7 @@ const SendDetails = () => {
}
try {
const res = await DocumentPicker.pick({
const res = await DocumentPicker.pickSingle({
type:
Platform.OS === 'ios'
? ['io.bluewallet.psbt', 'io.bluewallet.psbt.txn', DocumentPicker.types.plainText, 'public.json']