git clone https://github.com/flutterforsale/rn-messenger-ui.git
cd rn-messenger-ui
- cd into your newly created project directory.- Install NPM packages with your package manager of choice - i.e run
npm install
- Install Peer Dependencies run
react-native link
- [iOS]
cd ios
and runpod install
- if you don't have CocoaPods you can follow these instructions to install it. - [Android]
react-native run-android