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

RNS3.put is not a function #1

Closed
shaikhussian opened this issue Mar 25, 2016 · 2 comments
Closed

RNS3.put is not a function #1

shaikhussian opened this issue Mar 25, 2016 · 2 comments

Comments

@shaikhussian
Copy link

hai , i am happy when i saw this module, when i follow there procedure as you mentioned in repo, i am getting an error like RNS3.put is not a function, RNS3.put is undefined
simulator screen shot 25-mar-2016 4 33 54 pm

@benjreinhart
Copy link
Owner

Hey there, thanks for trying it out. Sorry you're having issues.

Have you made sure that when you installed you killed the packager and restarted the app? Might also try clearing packager cache, running watchman watch-del-all, and/or clearing node modules, clearing npm cache and re-installing. I've pulled this into two existing RN projects and it has worked fine for me.

Also, just to double check, you're importing correctly, right? Either:

import { RNS3 } from 'react-native-aws3';

Or

const RNS3 = require('react-native-aws3').RNS3

@shaikhussian
Copy link
Author

@benjreinhart thanks for your response now it was working for me

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

2 participants