/GasStation

A simple React Native app that gets the latest Ethereum recommended gas prices

Primary LanguageTypeScript

⛽ Gas Station

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.

Things I've learned so far:

  1. Typescript in a React Native project
  2. React-Navigation and multiple screens
  3. useContext and app context reading/setting
    1. Creating a hook to simplfy settings consumption
  4. AsyncStorage for persisiting data between sessions
  5. Using icons and TouchableOpacity instead of buttons
  6. Using components like Table and SwitchSelector
  7. Using Expo to debug/build a project
  8. Suppressing warnings (React NAtive and Expo)
  9. Maintaining folder structure