Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 428 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 428 Bytes

Tweeter Feeds app

Description

React Native android app that displays user's tweets.

Installation

 yarn

Configuration

In order to connect to TwitterApi and test it locally, generate valid Consumer API keys: https://developer.twitter.com/en/apps/create and set them in twitterconfig.js file (android/app/src/twitterconfig.js).

Run

react-native run-android

Tests

 yarn test