A hacker news client built from the ground up with v2 of react-native-navigation.
It is a tab-based app and utilizes Split Layout for iOS tablets, 3D touch and more.
The playground example is a place where we showcase and test all features of react-native-navigation.
git clone https://github.com/wix/react-native-navigation
cd react-native-navigation
npm install
npm run xcode # Opens XCode
npm start # Starts the packager
# Run the app in Simulator or on Device from within XCode