amazon-archives/aws-sdk-react-native

Not able to install lib or just try example

Closed this issue · 4 comments

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

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

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?

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

Thanks you! Close it)