A simple React Native that shows the latest (recommended) Ethereum gas prices, as taken from Eth Gas Station.
This app is my playground, meant to learn React Native, navigation, and some TypeScript.
- Typescript in a React Native project
React-Navigation
and multiple screensuseContext
and app context reading/setting- Creating a hook to simplfy settings consumption
AsyncStorage
for persisiting data between sessions- Using icons and
TouchableOpacity
instead of buttons - Using components like
Table
andSwitchSelector
- Using Expo to debug/build a project
- Suppressing warnings (React NAtive and Expo)
- Maintaining folder structure