JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 360
  • Score
    100M100P100Q92083F
  • License MIT

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

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