react-native-facebook-clone
react-native-facebook-clone copied to clipboard
Clone facebook react native (IOS - Expo CLI)
Demo (Youtube video)
Introduction
FAKEBOOK - a project clone Facebook mobile app i am doing while learning react native (IOS-EXPO CLI)
Installation
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
Usage
Config the variable BASE_URL in ./constants/index to your private ip example 192.168.1.x:3000
npm run dbstart
expo start
Contributing
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.