FAKEBOOK - a project clone Facebook mobile app i am doing while learning react native (IOS-EXPO CLI)
Clone my repo
git clone https://github.com/iamvucms/react-native-facebook-clone.git
cd react-native-facebook-clone
Use the package manager npm
npm install
npm install json-server -g
Config the variable BASE_URL in ./constants/index to your private ip example 192.168.1.x:3000
npm run dbstart
expo start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.