tariq86 / rn-sip-app

React Native SIP App
66 stars 45 forks source link

Navigator Component Removed #5

Open tariq86 opened 5 years ago

tariq86 commented 5 years ago

The latest releases of react-native no longer have the Navigator component, so we need to rework the app's navigation...

The "quick & easy" solution would be to add package react-native-deprecated-custom-components and use the Navigator component from there, but I think the better long-term solution would be to switch to something that is actively supported, i.e. react-navigation