April 2017
Intermediate to advanced
414 pages
8h 14m
English
In the CurrentMonthExpenses component, I am rendering a ProgressViewIOS component that visually tracks the amount spent by the user using a colored, horizontal bar.
The React Native SDK for Android has a similar component, ProgressBarAndroid, and we will swap out ProgressViewIOS for it.
Additionally, we want to add a back button event listener for this component that is only fired when the user navigates to CurrentMonthExpenses by way of PreviousMonthsList with BackAndroid.
The ProgressBarAndroid component is similar to ProgressViewIOS. I'm using the following props in mine:
Read now
Unlock full access