This example uses the Realtime Cloud Storage React Native SDKs to save and retrieve todo lists from the cloud. This sample can be used with the other Realtime Todo samples, including the on-line example.
Data will be synced in real-time between devices.
Part of the The Realtime® Framework, the Realtime Cloud Storage Service is a highly-scalable backend-as-a-service powered by Amazon DynamoDB. We've added real-time notifications to keep data synchronized between users of your application.
This sample requires that a table named todoTable
exists with the following key definition:
- Primary Key: listName (string)
- Secondary Key: timestamp (number)
This samples uses a public unauthenticated demonstration key. If you want to keep your todo lists private, please get your free Realtime Cloud Storage application key here and change the key used in the sample.
This project doesn't bundle the Realtime Cloud Storage React Native SDKs, so you need to install them using npm.
###iOS For the complete iOS SDK source, documentation and installation info, check the main repository at https://github.com/realtime-framework/RCTRealtimeCloudStorageIOS
###Android For the complete Android SDK source, documentation and installation info, check the main repository at https://github.com/realtime-framework/RCTRealtimeStorageAndroid
####Note: In iOS drag the images in the img folder to your project.
In Android create drawable-hdpi
,drawable-mdpi
,drawable-xhdpi
and drawable-xxhdpi
under the res
folder in your Android project.
Realtime.co