π¬ React-Native Chat SDK β Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream
Not able to customize the error icon when message sending fails.
Describe your issue here
Currently, there are no ways to customize the error component which is shown on the UI when the message sending is failed because of internet issues or related issues.
Steps to reproduce
Steps to reproduce the behavior:
Turn off your internet connection
Send a message/image to a chat
The error icon will be visible
Try to customize the component using the code. There's no way to do it.
Expected behavior
Should be able to customize the component.
Project Related Information
Customization
Click To Expand
```typescript jsx
# N/A
```
Offline support
[ ] I have enabled offline support.
[ ] The feature I'm having does not occur when offline support is disabled. (stripe out if not applicable)
Environment
Click To Expand
#### `package.json`:
```json
# N/A
```
**`react-native info` output:**
```
OUTPUT GOES HERE
```
- **Platform that you're experiencing the issue on**:
- [x] iOS
- [x] Android
- [ ] **iOS** but have not tested behavior on Android
- [ ] **Android** but have not tested behavior on iOS
- [ ] Both
- **`stream-chat-react-native` version you're using that has this issue:**
- `e.g. 5.4.3`
- Device/Emulator info:
- [ ] I am using a physical device
- OS version: `e.g. Android 10`
- Device/Emulator: `e.g. iPhone 11`
Additional context
Screenshots
Click To Expand
![Screenshot 2023-07-24 at 12 08 22](https://github.com/GetStream/stream-chat-react-native/assets/39884168/dd602531-6183-46c9-a87e-c1369bd8540a)
Issue
Not able to customize the error icon when message sending fails.
Describe your issue here
Currently, there are no ways to customize the error component which is shown on the UI when the message sending is failed because of internet issues or related issues.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Should be able to customize the component.
Project Related Information
Customization
Click To Expand
```typescript jsx # N/A ```
Offline support
Environment
Click To Expand
#### `package.json`: ```json # N/A ``` **`react-native info` output:** ``` OUTPUT GOES HERE ``` - **Platform that you're experiencing the issue on**: - [x] iOS - [x] Android - [ ] **iOS** but have not tested behavior on Android - [ ] **Android** but have not tested behavior on iOS - [ ] Both - **`stream-chat-react-native` version you're using that has this issue:** - `e.g. 5.4.3` - Device/Emulator info: - [ ] I am using a physical device - OS version: `e.g. Android 10` - Device/Emulator: `e.g. iPhone 11`
Additional context
Screenshots
Click To Expand
![Screenshot 2023-07-24 at 12 08 22](https://github.com/GetStream/stream-chat-react-native/assets/39884168/dd602531-6183-46c9-a87e-c1369bd8540a)