amazon-archives / aws-sdk-react-native

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

Using just the instructions in the readme.... #58

Open jodyford opened 7 years ago

jodyford commented 7 years ago

Do you really think this works? When I clone the repository...

  1. The folder is not a react-native project. Running react-native init Example or Core in your folder screws up your project.

  2. The folders unzip in such a way that I believe they're losing their hierarchy.

  3. Once I got past those errors, I'm now getting.... 'element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.' It looks like AWSCognitoCredentials isn't getting picked up from the src directory... Suggestions?

chunghe commented 7 years ago

I feel your pain, here's the step-by-step guide for your reference: https://github.com/awslabs/aws-sdk-react-native/issues/35