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-Navigationand multiple screensuseContextand app context reading/setting- Creating a hook to simplfy settings consumption
AsyncStoragefor persisiting data between sessions- Using icons and
TouchableOpacityinstead of buttons - Using components like
TableandSwitchSelector - Using Expo to debug/build a project
- Suppressing warnings (React NAtive and Expo)
- Maintaining folder structure