AWS Cognito Docs

I Can see in expo git that and some older posts that since v25 expo now supports AWS Cognito, but there aren’t any docs about how to use it…
Please assist, Thanks!

Here’s an example to check out: https://github.com/torrens/react-native-aws-cognito-expo

Thanks! although its pretty old, doesn’t work out of the box. and uses expo sdk17, and also no docs or instructions…

Hey there @yonitz - the native support that we have in SDK 25 is basically this https://github.com/aws/aws-amplify/tree/master/packages/amazon-cognito-identity-js so you can just follow all of the installation instructions (skipping the react-native link step) and then use it as documented there.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.