react-native-aws-cognito-js icon indicating copy to clipboard operation
react-native-aws-cognito-js copied to clipboard

React Native AWS Cognito JS SDK

Results 8 react-native-aws-cognito-js issues
Sort by recently updated
recently updated
newest added

## Environment **Environment**: * OS: Linux 4.13 * Node: 8.9.4 * Yarn: Not Found * npm: 5.6.0 * Watchman: Not Found * Xcode: N/A * Android Studio: Not Found **Packages**:...

compile is going obsolete by end of 2018

Hello guys, I have use below mention version. "react-native": "0.56.0", "react-native-aws-cognito-js": "0.0.7", "react": "16.4.1", Please help me.

Let's say we want users to sign in into our app. There are 2 ways: 1.) Signup, and login (this will create an account in User Pool) 2.) Facebook login...

help wanted

This is a long shot, but I've taken over a project done in RN v .38 and I need to pull the auth to Cognito out of a native package...

Hi guys, thanks a lot for your great job. I am trying to integrate amazon login and facebook login using your module, but no luck yet. Should I go through...

Thanks for this great tool! It's really helpful! Now I'm facing another problem, I'm attempting to follow this guide to access S3 resources https://aws.amazon.com/blogs/developer/react-native-support-in-the-aws-sdk-for-javascript/ ``` import { AWS, TransferUtility, Config,...

Thanks for all the work you've done but am having an issue with mapping. This part of the first example doesn't seem to work: `Config.credentials = new CognitoIdentityCredentials({ IdentityPoolId: appConfig.IdentityPoolId,...