git clone https://github.com/flutterforsale/rn-messenger-ui.gitcd 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 iosand runpod install- if you don't have CocoaPods you can follow these instructions to install it. - [Android]
react-native run-android