1
- # react-native-client-sdk
1
+ # react-native-client
2
2
3
- react-native-client-sdk is a React Native wrapper for
4
- [ android-client-sdk ] ( https://github.com/fishjam-dev/android-client-sdk ) and
5
- [ ios-client-sdk ] ( https://github.com/fishjam-dev/ios-client-sdk ) . It allows you
6
- to quickly and easily create a mobile client app in React Native for a
3
+ react-native-client is a React Native wrapper for
4
+ [ android-client] ( https://github.com/fishjam-dev/android-client-sdk ) and
5
+ [ ios-client] ( https://github.com/fishjam-dev/ios-client-sdk ) . It allows you to
6
+ quickly and easily create a mobile client app in React Native for a
7
7
[ Fishjam] ( https://github.com/fishjam-dev/fishjam ) server.
8
8
9
9
# Documentation
@@ -13,16 +13,16 @@ API documentation is available
13
13
14
14
# Installation
15
15
16
- Firstly install ` react-native-client-sdk ` with ` yarn ` or ` npm `
16
+ Firstly install ` react-native-client ` with ` yarn ` or ` npm `
17
17
18
18
```
19
- yarn add @fishjam-dev/react-native-client-sdk
19
+ yarn add @fishjam-dev/react-native-client
20
20
```
21
21
22
22
or
23
23
24
24
```
25
- npm install @fishjam-dev/react-native-client-sdk
25
+ npm install @fishjam-dev/react-native-client
26
26
```
27
27
28
28
### Expo plugin
@@ -31,7 +31,7 @@ If you're using development builds with `eas build` or bare workflow you can try
31
31
using expo plugin to do the configuration below for you. Simply run:
32
32
33
33
```
34
- expo install @fishjam-dev/react-native-client-sdk
34
+ expo install @fishjam-dev/react-native-client
35
35
```
36
36
37
37
Add plugin to your ` app.json ` if it's not already added:
@@ -42,7 +42,7 @@ Add plugin to your `app.json` if it's not already added:
42
42
"name" : " example" ,
43
43
...
44
44
"plugins" : [
45
- " @fishjam-dev/react-native-client-sdk "
45
+ " @fishjam-dev/react-native-client"
46
46
]
47
47
}
48
48
}
@@ -57,7 +57,7 @@ If you want to use screensharing feature, enable the following flag:
57
57
...
58
58
"plugins" : [
59
59
[
60
- " @fishjam-dev/react-native-client-sdk " ,
60
+ " @fishjam-dev/react-native-client" ,
61
61
{
62
62
"setUpScreensharing" : true ,
63
63
}
0 commit comments