An open API service indexing awesome lists of open source software.

https://github.com/akasybe/newsapp

Example app to demonstrate simulating stack navigator screens with tab navigator
https://github.com/akasybe/newsapp

react-native react-navigation

Last synced: about 1 month ago
JSON representation

Example app to demonstrate simulating stack navigator screens with tab navigator

Awesome Lists containing this project

README

          

# Sample news app

This is a sample app that demonstrates how to simulate two stack navigation screens using tab navigation.

## Why

This app contains three screens: feed screen, article screen and comments screen. There is a webview on the comments screen in which Disqus-comments will be loaded on first-time visit.

Comments screen will be loaded every time if use stack navigator. So I was put Article and Comments screens into tab navigator.