You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-37Lines changed: 37 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Mirrorfly UIKit Sdk is a set of prebuilt UI components that allows you to easily
6
6
7
7
The requirements for chat SDK for React-Native App are:
8
8
9
-
- React Version 16.0 or above
10
-
- Node Version v14.17.4 or above
9
+
-React Version 18.3.1 or above
10
+
-Node Version v18.20.8 or above
11
11
12
12
### Things to be Noted Before Making a Start
13
13
@@ -25,49 +25,49 @@ Follow the below steps to get your license key:
25
25
26
26
**Step 4:** You can copy the license key from the ‘Application info’ section
27
27
28
-
### Integrate the Chat SDK
28
+
**Step 4:** To run this sample app use first install the dependacy `npm i --legacy-peer-deps`
29
29
30
-
> Install mirrorfly-uikit-react-native (https://www.npmjs.com/package/mirrorfly-uikit-react-native) npm package by terminal command 'npm i mirrorfly-uikit-react-native'. Now the node_modules will have a mirrorfly-uikit-react-native folder and package.json is added with the mirrorfly-uikit-react-native dependency.
31
-
32
-
**Step 1:** Create a new React project or Open an existing project.
33
-
34
-
**Step 2:** Open terminal and install mirrorfly-uikit-react-native with npm command 'npm i mirrorfly-uikit-react-native' and check package.json whether the dependency is added with mirrorfly-uikit-react-native as mentioned below.
30
+
**Step 5:** In this file `/src/config/config.js`, please update the API_URL and licenseKey
0 commit comments