-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing authenticator in react-native #50
Comments
@digitaledge did you link the libraries for react-native? See here: |
Yes, i did.. auth is even working when using the HOC. |
I just had a deeper look in to your code and figured out that the export statement for the Authentificator is missing in aws-amplify-react-native/src/index.js. Right now it can be imported like this: import { Components } from 'aws-amplify-react-native'; I will create some pull request this afternoon. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
It looks like Authenticator is not exported with the react-native module.
To reproduce:
import { Authenticator } from 'aws-amplify-react-native';
= Authenticator does not exist...
The text was updated successfully, but these errors were encountered: