Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alburdette619/invisionblogpostviewer
A blog viewer for InVision
https://github.com/alburdette619/invisionblogpostviewer
blog invision react-native
Last synced: 23 days ago
JSON representation
A blog viewer for InVision
- Host: GitHub
- URL: https://github.com/alburdette619/invisionblogpostviewer
- Owner: alburdette619
- Created: 2018-01-31T19:47:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T21:09:25.000Z (about 7 years ago)
- Last Synced: 2024-11-30T13:50:55.718Z (3 months ago)
- Topics: blog, invision, react-native
- Language: Objective-C
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InVision Blog Post Viewer
This app downloads a static JSON document and renders each of the provided blog posts in a list. Touching any item in the list will display a Web View containing the selected blog post.
---
### Running the app
* Clone the source
* cd to the root directory of the app
* Execute ```yarn/npm install```
* Execute ```react-native run-ios/run-android```---
### Testing the app
Simply run jest in the root directory of the app to have the snapshots generated.