Skip to content

gpEscrivo/react-native-opengraph-kit

 
 

Repository files navigation

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
containerStyle View.propTypes.style
onChange React.PropTypes.func
textInputStyle TextInput.propTypes.style

OpenGraphDisplay

Property Name Type
data React.PropTypes.shape({
url: React.PropTypes.string,
image: React.PropTypes.string,
title: React.PropTypes.string,
description: React.PropTypes.string,
}).isRequired

About

A set of components and utils useful to extract opengraph data directly from your react-native app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%