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
- Host: GitHub
- URL: https://github.com/akasybe/newsapp
- Owner: akaSybe
- Created: 2019-04-15T23:17:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:46:54.000Z (over 3 years ago)
- Last Synced: 2025-08-01T15:47:09.107Z (11 months ago)
- Topics: react-native, react-navigation
- Language: JavaScript
- Homepage:
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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.