Skip to content

forkhome/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

Packages

No packages published

Languages

  • JavaScript 71.5%
  • Objective-C 16.9%
  • Python 6.3%
  • Java 5.3%