Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 978 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 978 Bytes

RSS using React Native

UI testing and RSS consumption.

Instead of consuming an API, blog RSS feeds from the official NASA site are consumed. RSS files are similar to XML files. With a library, the strings of the file are processed and the data of the tags are extracted to organize them in the mobile application views.

Display of data by console.

Captura de pantalla (60)

Project setup

Install Node

Run:

npm install
npm install -g expo-cli exp
npm install -g yarn
yarn install  

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

Consult the documentation for the deployment according to the case (iOS or Android)