amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

Not able to install lib or just try example #53

Closed bintoll closed 7 years ago

bintoll commented 7 years ago

Not able to install lib or just try example because in package.json there is a file .tgz that do not exist at all in this repo image

bakhansen commented 7 years ago

you have to run npm pack in the Core folder in order to create the package

Note, the example is a bit out of date, so check what the name of the pack is.

edit: https://github.com/awslabs/aws-sdk-react-native/blob/master/Core/example/README.md

bintoll commented 7 years ago

Thanks! Also i found this .tgz file in Release section. Could you tell me is it possible to use custom identities (not facebook) using this lib?

bakhansen commented 7 years ago

The release section is outdated as well, the current master branch solves some critical problems (also see other issues). Regarding identity providers maybe https://github.com/awslabs/aws-sdk-react-native/blob/master/Core/src/AWSCognitoCredentials.js can give you a hint

bintoll commented 7 years ago

Thanks you! Close it)