Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.