1.2.0 • Published 3 years ago

react-native-wisho v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Wisho React Native SDK

NPM

Build Status NPM npm Requires.io Codecov

Introduction

Wisho React Native SDK allows your mobile users to make video calls with your sales consultants.

Installation

npm i react-native-wisho --save

Usage

Initialization

import Wisho from 'react-native-wisho';

var wisho = new Wisho({
    apiKey: 'your api key',
    secretKey: 'your secret key'
});

As you can see, credentials information provided while creating new instance of Wisho class. If you do not provide Wisho credentials, default values will be fetched from environment variables by following names.

WISHO_API_KEY
WISHO_SECRET_KEY

In other words, you can initialize Wisho object like following:

var wisho = new Wisho();

Sample Usage

import {WishoButton} from 'react-native-wisho';

<WishoButton />

API Preferences

WishoButton Props

NameDescriptionDefaultType
backgroundColorBackground color of the button#ff6500String
borderWidthBorder width of the button1Number
borderColorOutside border color for the buttonrgba(255, 255, 255, 0.5)String
textColorColor of the button title#ffffffString
textWeightFont weight of the button title400String
buttonTextText of the buttonConnect via WishoString

Testing

You need to have jest installed on your machine in order to run tests.

npm test

Versions

react-native-wisho uses a modified version of Semantic Versioning for all changes.

Author

Originally by Wisho (info@wishoapp.com). Now officially maintained by Wisho.

License

Wisho React Native SDK is open-sourced software licensed under the MIT license.

1.2.0

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.16

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago