Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not invoke RNS3TransferUtility.setupWithNative #91

Open
developer3441 opened this issue Dec 28, 2022 · 0 comments
Open

Could not invoke RNS3TransferUtility.setupWithNative #91

developer3441 opened this issue Dec 28, 2022 · 0 comments

Comments

@developer3441
Copy link

developer3441 commented Dec 28, 2022

I am having this issue while running following piece of code:

const options = {
region: 'my_region',
access_key: 'myAccessKey',
secret_key: 'MySecretKey',
remember_last_instance: true
}
export const startTransfer = async () => {
try {
const status = await transferUtility.setupWithNative()
console.log(status)
} catch (error) {
console.log(error)
}
}

------------If anyone has implemented help will be appreciated a lot. I am stuck in uploading to s3 in background with react native. If you can suggest any alternatives please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant