# react-native-custom-components **Repository Path**: w3cjs/react-native-custom-components ## Basic Information - **Project Name**: react-native-custom-components - **Description**: react-native-custom-components - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-30 - **Last Updated**: 2022-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Native Legacy Custom Components 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: https://facebook.github.io/react-native/docs/0.43/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)