React Native android app that displays user's tweets.
yarn
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)
.
react-native run-android
yarn test