Skip to content

Instantly share code, notes, and snippets.

@Ashish-Nanda
Ashish-Nanda / App.js
Last active February 13, 2020 02:40
React Native DataStore Sample App
/**
* React Native DataStore Sample App
*/
import React, {Component} from 'react';
import {
Text,
AsyncStorage,
StyleSheet,
ScrollView