Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 539 Bytes

manager

React Native App. Display list of employees.

Steps to make it build

1 - Install React and React Native

2 - This app requires Firebase. Register to Firebase and get your config.Add your config into src\Config.js

example config:

{
    apiKey: '*****',
    authDomain: '****',
    databaseURL: 'https://****',
    projectId: '***',
    storageBucket: '****',
    messagingSenderId: '****'
}

3 - Make sure Xcode latest updates are installed and runs OK on your mac

4 - run react-native run-ios in the project.