Skip to content

Commit dfe5b99

Browse files
authored
Update README.md
1 parent b494e4c commit dfe5b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# React Native Sample App by CometChat
66

7-
This is a reference application showcasing the integration of [**CometChat's React Native UI Kit**](https://www.cometchat.com/docs/v4/react-native-uikit/overview) in React Native. It offers developers practical examples for incorporating real-time messaging, as well as voice and video calling functionalities, into their React Native based applications.
7+
This is a reference application showcasing the integration of [**CometChat's React Native UI Kit**](https://www.cometchat.com/docs/v4/react-native-uikit/overview) in React Native. It offers developers practical examples for incorporating real-time messaging, as well as voice and video calling functionalities, into their React Native-based applications.
88

99
## Prerequisites
1010

11-
- Ensure that you have React Native development environment set up.
11+
- Ensure that you have the React Native development environment set up.
1212
- Follow instructions for your environment at https://reactnative.dev/docs/environment-setup
1313
- Sign up for a [CometChat](https://app.cometchat.com/) account to get your app credentials: _`App ID`_, _`Region`_, and _`Auth Key`_
1414

@@ -36,7 +36,7 @@ This is a reference application showcasing the integration of [**CometChat's Rea
3636
cd ios
3737
pod install
3838
```
39-
5. Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [src/AppConstants.ts](https://github.com/cometchat/cometchat-sample-app-react-native/blob/v4/AppConstants.ts) file:
39+
5. Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [AppConstants.ts](https://github.com/cometchat/cometchat-sample-app-react-native/blob/v4/AppConstants.ts) file:
4040
https://github.com/cometchat/cometchat-sample-app-react-native/blob/f7d4945414da14405f5dece975c8cf43926b01c7/AppConstants.ts#L1-L5
4141
6. Run the app on a device or emulator from the repo root.
4242
```sh

0 commit comments

Comments
 (0)