This project is to know how to customize react-native-gifted-chat library for your own chat app.
-
In root folder of project, run the following command. yarn install
-
To run this project in android device npx react-native run-android
To run this project in iOS device npx react-native run-ios
- Copy all file of lib folder in react-native-gifted-chat library and paste them to any place of your project.
- Change necessary component that you are going to customize.
- Do not import GiftedChat component of react-native-gifted-caht, import GiftedChat component of your project.