react-native-eocean-story
v1.0.5
Published
Story
Downloads
394
Readme
react-native-eocean-story
demo project for react-native-eocean-story
Installation
npm install react-native-webview
npm install react-native-eocean-story
Usage
import AppButton from 'react-native-eocean-story';
const propertyId = "1111111"
<AppButton buttonStyle={{ height: 48,
marginTop: 0,
paddingTop: 8,
paddingBottom: 8,
backgroundColor: '#286A50',
borderRadius: 8,
borderWidth: 1,
borderColor: '#fff',
justifyContent: 'center',}}
buttonTextVal="Open Story" 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