React native classifieds app
Install all dependencies.
npm install
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"
}
start the react-native server
react-native run-ios
all icons used in this project are from Iconfinder