Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 671 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 671 Bytes

FsClass

React native classifieds app

Package dependencies

Install all dependencies.

npm install

Config

create a config.js file in util folder for Firebase database connection

module.exports = {
    API_KEY: "Your key goes here",
    AUTH_DOMAIN:"Your Auth Domain key goes here",
    DATABASE_URL:"Your Database URL goes here",
    STORAGE_BUCKET:"Your Bucket goes here",
    messagingSenderId: "Your Messaging Sender Id goes here"
}

React-native Server

start the react-native server

react-native run-ios

Icons

all icons used in this project are from Iconfinder