I’m exploring possibilities of React Native while developing a demo app with custom navigation between views with the help of Navigator component.
The main app class ren
Navigator is deprecated now in RN 0.44.0 you can use react-native-deprecated-custom-components instead to support your existing application that is using Navigator.
Navigator
RN 0.44.0
react-native-deprecated-custom-components