aspencer8111 / react-native-todo

A todo list in react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native ToDo

A todo list application for iOS or Android built in React Native.

Setup

The usual clone, then npm install business.

Firebase config

This is setup to wireup to a firebase service by default. But I don't feel like sharing my firebase's creds with the world.

To setup for your purposes, create a /src/components/firebaseConfig.js file and fill in the following with your firebase's config data:

const firebaseConfig = {
    apiKey:
    authDomain:
    databaseURL:
    projectId:
    storageBucket:
    messagingSenderId:
}

export default firebaseConfig

About

A todo list in react native


Languages

Language:Objective-C 40.5%Language:JavaScript 30.8%Language:Python 15.8%Language:Java 12.8%