From f98d7c26dc3cb40a7f6796591e536ea5a289340e Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 17 Apr 2019 16:37:55 +0100 Subject: [PATCH] streamline reward summary --- app/src/component/rewardSummary/view.js | 11 ++++++++--- app/src/styles/reward.js | 10 ++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/app/src/component/rewardSummary/view.js b/app/src/component/rewardSummary/view.js index c57b7f5..e7edcef 100644 --- a/app/src/component/rewardSummary/view.js +++ b/app/src/component/rewardSummary/view.js @@ -2,6 +2,8 @@ import React from 'react'; import { NativeModules, Text, TouchableOpacity, View } from 'react-native'; import AsyncStorage from '@react-native-community/async-storage'; import Button from 'component/button'; +import Colors from 'styles/colors'; +import Icon from 'react-native-vector-icons/FontAwesome5'; import rewardStyle from 'styles/reward'; class RewardSummary extends React.Component { @@ -58,9 +60,12 @@ class RewardSummary extends React.Component { return ( - - You have {unclaimedRewardAmount} LBC in unclaimed rewards. LBC stands for LBRY Credits which are tokens that you can use in the digital marketplace. You have {this.state.actionsLeft} action{this.state.actionsLeft === 1 ? '' : 's'} left to claim your first reward. - + + + + {unclaimedRewardAmount} unclaimed credits + +