- Clone the repo:
git clone https://github.com/Nellu-AI/react-native-chat-article.git
cd
into the new folder and type:
yarn install
- This installs the required dependencies
- To run the project:
yarn start
- Create a Chat template with react-native-gifted-chat
- Configure the Chat component as in a real project
- Logic to set Reply message like in Telegram
- Configure Swipe and Animation like in Telegram with react-native-gesture-handler
- The final touches — useRef + useCallback
👤 Ravil Safargaliev