JSPM

react-native-deprecated-custom-components

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 382
  • Score
    100M100P100Q89751F

Deprecated custom components that originally shipped with React Native

Package Exports

  • react-native-deprecated-custom-components
  • react-native-deprecated-custom-components/src/NavigatorSceneConfigs.js
  • react-native-deprecated-custom-components/src/buildStyleInterpolator

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-deprecated-custom-components) 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 Legacy Custom Components

This is a module for legacy "CustomComponents" to gracefully deprecate.

The navigator component in this module will behave identically as the one in old version of React native, with one exception:

Latest documentation is available here: http://facebook.github.io/react-native/releases/0.43/docs/navigator.html

Breaking Changes from react-native

  • Navigator.props.sceneStyle must be a plain object, not a stylesheet!

(this breaking change is needed to avoid calling React Native's private APIs)