react-native-eocean-mobile-chat
v1.1.5
Published
Mobile app chat
Downloads
397
Readme
react-native-eocean-mobile-chat
demo project for react-native-my-button-demo-sanir
Installation
npm install react-native-webview
npm install react-native-eocean-mobile-chat
Usage
import AppButton from 'react-native-eocean-mobile-chat';
const username = 'John';
const propertyId='1234556'
<AppButton buttonStyle={{ height: 48,
marginTop: 0,
paddingTop: 8,
paddingBottom: 8,
backgroundColor: '#286A50',
borderRadius: 8,
borderWidth: 1,
borderColor: '#fff',
justifyContent: 'center',}}
username={username}
buttonTextVal="Chat With Us" propertyId={propertyId} />
// ...
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library