Like always, let's begin by initializing a new React Native project using the following statement in our command line:
react-native init Expenses
While the React Native CLI is doing its work in scaffolding our project, we should plan out the functionality of the app.