react-native-deprecated-custom-components-web

Deprecated custom components that originally shipped with React Native for web

Usage no npm install needed!

<script type="module">
  import reactNativeDeprecatedCustomComponentsWeb from 'https://cdn.skypack.dev/react-native-deprecated-custom-components-web';
</script>

README

React Native Legacy Custom Components Web

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

Navigator

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)