Skip to content

Commit cfa33ff

Browse files
committed
v5.0.1
1 parent 74f6fd4 commit cfa33ff

File tree

180 files changed

+19205
-4957
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+19205
-4957
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CometChat React Native UIKit provides a pre-built user interface kit that develo
1818
Dive straight into our Sample Apps to see CometChat UI Kit in action! Whether you're building a messaging app or enhancing your existing project, this sample app showcases the full potential of our React Native UI components.
1919
- [Sample App ](examples/SampleApp#readme)
2020
- [Sample App with Push Notifications](examples/SampleAppWithPushNotifications#readme)
21+
- [Sample App Expo](examples/SampleAppExpo#readme)
2122

2223
## Prerequisites
2324

examples/SampleApp/README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,14 @@ Sign up for a [CometChat](https://app.cometchat.com/) account to obtain your app
3737
git clone https://github.com/cometchat/cometchat-uikit-react-native.git
3838
```
3939

40-
2. Checkout v5 branch:
41-
```sh
42-
git checkout v5
43-
```
44-
45-
3. Run `npm install` to install the dependencies.
40+
1. Run `npm install` to install the dependencies.
4641

47-
4. Change into the specific app's directory (e.g., SampleApp).
42+
1. Change into the specific app's directory (e.g., SampleApp).
4843
```sh
4944
cd examples/SampleApp
5045
```
5146

52-
5. `[Optional]` Configure CometChat credentials:
47+
1. `[Optional]` Configure CometChat credentials:
5348
- Open the `AppConstants.tsx` file located at `examples/SampleApp/src/utils/AppConstants.tsx` and enter your CometChat _`appId`_, _`region`_, and _`authKey`_:
5449
```ts
5550
export const AppConstants = {
@@ -60,13 +55,13 @@ Sign up for a [CometChat](https://app.cometchat.com/) account to obtain your app
6055
}
6156
```
6257

63-
6. For iOS, install dependencies after navigating to ios:
58+
1. For iOS, install dependencies after navigating to ios:
6459
```sh
6560
cd ios
6661
pod install
6762
```
6863

69-
7. Run the app on a device or emulator from the repo root.
64+
1. Run the app on a device or emulator from the repo root.
7065
```sh
7166
npm start
7267
npm run android

0 commit comments

Comments
 (0)