Clone WhatsApp using React Native
to run in MAC, open terminal and type:
- git clone https://github.com/yllongboy/reactnativewhatsapp
- cd reactnativewhatsapp
- npm install
- react-native run-ios
Some Features for this clone app.
- Screen navigation
- react-native-searchbar
- react-native-menu
check my post in medium.com (https://medium.com/react-native-training/react-native-uses-flexbox-to-layout-and-arrange-its-components-and-children-3dd4e8399bb) for a detailed explanation on how to layout the components and don't forget to follow me in medium.com(https://medium.com/@yllongboy) and http://coderinsight.com/ for updates.
Thanks to this site https://randomuser.me/ for generating random users with avatars.
Happy Coding!