Package Exports
- react-native-opengraph-kit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-opengraph-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-opengraph-kit
A set of components and utils useful to extract opengraph data directly from your react-native app
For react-native v0.26+
Properties
OpenGraphAwareInput
| Property Name | Type | Description |
|---|---|---|
| containerStyle | View.propTypes.style | A style to pass to customize the style of the container |
| onChange | React.PropTypes.func | The function to call on change in the TextInput |
| textInputStyle | TextInput.propTypes.style | A style to pass to customize the style of the textInput |
OpenGraphDisplay
| Property Name | Type | Description |
|---|---|---|
| data | React.PropTypes.shape({ url: React.PropTypes.string, image: React.PropTypes.string, title: React.PropTypes.string, description: React.PropTypes.string, }).isRequired |
The data gotten out of the OpenGraphAwareInput or the OpenGraphParser |
| containerStyle | View.propTypes.style | A style to pass to customize the style of the container |
| imageStyle | Image.propTypes.style | A style to pass to customize the style of the image |
| textContainerStyle | View.propTypes.style | A style to pass to customize the style of the textContainer |
| titleStyle | Text.propTypes.style | A style to pass to customize the style of the title |
| descriptionStyle | Text.propTypes.style | A style to pass to customize the style of the description |
| urlStyle | Text.propTypes.style | A style to pass to customize the style of the url |
| urlOnlyContainerStyle | View.propTypes.style | A style to pass to customize the style of the urlOnlyContainer |