A react native project to build a simple calculator.
The component we used in this project are as follows:
- Text
- View
- StyleSheet
- TouchableOpacity
- ScrollView
- SafeAreaView
- TextInput
As well as React hooks to use state.
(Note : The Values of currency are static and placed into App.js file)
Figure 1.1
Figure 1.2

