1.1.5 • Published 3 years ago

@devinvo/widgetlibrary v1.1.5

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

@devinvo/widgetlibrary

React Native library for widget

Installation

npm install react-native-webview@^13.2.2
npm install react-native-svg@^13.9.0
npm install @devinvo/widgetlibrary

Usage

vbUrl is required to use the widget

import Main from '@devinvo/widgetlibrary';

// ...
<Main vbUrl={'<insert videobanking url here>'} style={{<'put your custom styling here'>}}/>

Options

headerText

Text in the header of the option select menu
Type : String

headerTextColor

Color for text in the header
Type : String

headerColor

Color for menu header
Type : String

buttonText

Text to display in the widget button; default is a '+' icon
Type : String

buttonColor

Color for the widget button
Type : String

buttonTextColor

Font color for button text
Type : String

modules

Array of modules to show in the widget. Options are:

  • video
  • booking
  • chat

Type : Array of string values

License

MIT


Made with create-react-native-library

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.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago