Day19: Building the UI part 3 (React Native)
Today is day 19 of the #ReactNativeIn30Days series and I’m still building the UI screens for the expense tracker app. Today I decided to add an additional screen to the already created ones. And this screen is the transaction screen.
The purpose of the transaction screen is to display a list of transactions that have occurred over time.
Below is an image of the design in Figma.
Below is also an implementation of the design in React Native:
Wrap up:
Today, I designed and developed an additional screen, transactional screen to display a list of transactions.