Still being maintained ? When will the merge happen ?
Closed this issue ยท 10 comments
Hi guys,
We are working closely with the main JavaScript SDK and the syntax for things like SNS here and the main repository are quite different.
Can anyone advise what the future plans are for this ? We don't want to invest in the react-native library if the main repo will do.
It's concerning there hasn't been updates about this review since May, it's now September. I urge you to please give some additional insight on your plans with the repo.
Many thanks.
Any progress on this? React Native has been grown hugely ever since it has created!
Would it be too difficult/problematic to use Javascript SDK? I am just about to start learning AWS Cognito hence asking.
@alexkuc React Native with JS SDK doesn't support Cognito authentication well for now. You need to use the 3rd-party module like https://github.com/AirLabsTeam/react-native-aws-cognito-js.
-
The authentication is known to be way too slow. (The reason the author made the repo I mentioned above) I think it's because RN uses the built-in JS engine on each mobile platform.
-
There is also known issue that the logged in status does not persist across session, so user might be logged out after re-launching the app.
Hi everyone, thank you for your interest in this project. We've released a new React Native starter kit at https://github.com/awslabs/aws-mobile-react-native-starter. This kit demonstrates a working React Native app with the following services:
- Amazon Cognito User Pools
- Amazon Cognito Federated Identities
- Amazon API Gateway
- AWS Lambda
- Amazon DynamoDB
- Amazon S3
- AWS Mobile Hub
Try it out and give us feedback.
I LIKE! Please put that link right on the top of this projects README.md
So does that mean this repo is no longer being updated / maintained? Enquiring minds want to know! :)
Hi - We've been listening to much customer feedback in these areas, including the slow login issue for React Native when using Cognito User Pools, and have developed a new, comprehensive JavaScript library with specific components and extensions for React and React Native (which also addresses the slow login issue). Please take a look at it here: https://github.com/aws/aws-amplify