amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

fix syntax error #48

Closed bengood362 closed 6 years ago

bengood362 commented 7 years ago

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1519): SyntaxError: SyntaxError C:/github/Thriveful/node_modules/aws-sdk-react-native-core/src/AWSCognitoCredentials.js: Unexpected token, expected , (48:57)

listener.addListener("LoginsRequestedEvent", async {callbackId} => { becomes listener.addListener("LoginsRequestedEvent", async (callbackId) => {

noblejasper commented 7 years ago

plz merge ... 😢

aeonphyxius commented 6 years ago

I found the same problem when installing the libraries. Thanks for the fix !