- Notifications
You must be signed in to change notification settings - Fork61
AWS SDK for React Native (developer preview)
License
amazon-archives/aws-sdk-react-native
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Attention: Please use theAWS Amplify library for React Native development of new projects on AWS.
We've also released a React Native starter kit athttps://github.com/awslabs/aws-mobile-react-native-starter. This kit demonstrates a working React Native app with the following services:
- Amazon Cognito User Pools
- Amazon Cognito Federated Identities
- Amazon API Gateway
- AWS Lambda
- Amazon DynamoDB
- Amazon S3
- AWS Mobile Hub
This developer preview is currently under review and we will be looking to merge the contents in the future under a single repository for all AWS React Native functionality. In the meantime, we recommend you leverage theAWS Amplify library or theAWS JavaScript SDK with React Native support.
-- AWS team (November 18th, 2017)
We’re excited to offer a developer preview of the AWS SDK for React Native. The SDK includes support for the following services:
- Amazon S3 to store user data, including photos and videos, in the cloud. It uses the TransferUtility, which simplifies file transfers between your app and the cloud.
- Amazon DynamoDB to store data into a NoSQL database.
- AWS Lambda to run serverless code in the cloud without the need for backend infrastructure.
- Amazon SNS to send and receive push notifications.
The SDK core usesAmazon Cognito Identity as the authentication provider to comply with best practices for mobile app development.
Contributions are welcome! Please report issues using theGithub issue tracker. To contribute,submit a pull request to the GitHub repository with a description of your issue or suggested change. If this is a bug fix, please reference the issue and include steps to reproduce it.
- Install Xcode, Android Studio, and other dependencies based on theReact Native Getting Started guide.
- Check out theSDK source code.
- Run
npm packfor Core. - Run
npm installfor each service.
- Download theAWS Mobile SDK for iOS and extract the frameworks.
- For each service, copy the relevant .framework into the iOS/Frameworks folder.
- Build each Xcode project. You may need to adjust the header search path.
The source code is available under the Apache 2.0 license.
About
AWS SDK for React Native (developer preview)
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors11
Uh oh!
There was an error while loading.Please reload this page.