amazon-archives / aws-sdk-react-native

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

Hotfix/concurrency and NSDate fix #10

Closed pentateu closed 7 years ago

pentateu commented 7 years ago

Hi, This PR hopefully fixed the issues described here: https://github.com/awslabs/aws-sdk-react-native/issues/3

  1. I have removed NSLock
  2. Using a separate queue when invoking getCredentialsAsync() - this allows the back-and-forth required when during this call the native code calls the javascript to get the list of logins.
  3. passing dates as strings down the wire