aws-sdk-react-native
aws-sdk-react-native copied to clipboard
AWS SDK for React Native (developer preview)
Given that the last commit was in October,2016 and that the library is in developer preview, I am hesitant to use AWS for my react-native mobile app. Is this library...
Wondering if this tool can be used to download the React Native app JS bundle from S3 like a deployment tool? The bundle shouldn't be available to public but just...
This morning aws sdk released 2.4.0. I compile my project again and got this: > Building and installing the app on the device (cd android && gradlew.bat install Debug)... Download...
RN version 0.37 Using AWSCognitoCredentials I'm finding that the method [`isAuthenticated`](https://github.com/awslabs/aws-sdk-react-native/blob/master/Core/src/AWSCognitoCredentials.js#L134-L148) returns `true` only the first time. Subsequent logins return `false`. I'm using sample code I found in an Amazon...
The following command produces the error: ``` Ld /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator/NativebaseKitchenSink.app/NativebaseKitchenSink normal x86_64 cd /Users/markotomic/Documents/workspace_mobile/NativeBase-KitchenSink/ios export IPHONEOS_DEPLOYMENT_TARGET=8.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk -L/Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator -F/Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Products/Debug-iphonesimulator -filelist /Users/markotomic/Library/Developer/Xcode/DerivedData/NativebaseKitchenSink-elvnsdrsrbdwqtdvdsithdwuzlls/Build/Intermediates/NativebaseKitchenSink.build/Debug-iphonesimulator/NativebaseKitchenSink.build/Objects-normal/x86_64/NativebaseKitchenSink.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks...
it this AWS push notification support for react native on both platform ? ANDROID AND IOS?
I think there is a bug in _ios/Core/AWSRNCognitoCredentials.m_. It seems like cred.expiration is a date and not a string. I looked up the expiration string format and eventually got it...
Serving Private Content through CloudFront: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html existing alternative (maybe): https://github.com/leimd/react-native-aws-signature
The official document of aws-sdk-react-native is too sparse and not easy to follow. I've been trying to set up the aws-sdk-react-native for two days. Finally it works! Here's the step-by-step...
Hello! Im currently scavaging around trying to look for an aws react-native lib. I've already checked out the `react-native-s3` and `react-native-aws3`. My question is if this library supports **background upload/download**...