aws-sdk-react-native icon indicating copy to clipboard operation
aws-sdk-react-native copied to clipboard

Using just the instructions in the readme....

Open jodyford opened this issue 7 years ago • 1 comments

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?

jodyford avatar May 19 '17 04:05 jodyford

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

chunghe avatar May 19 '17 05:05 chunghe