/getting-better-expo

From the talk "Getting Better All the Time: How to Escape Bad Code", presented at React Native EU 2022

Primary LanguageJavaScript

Getting Better All the Time: How to Escape Bad Code

This repo is the example code from the talk "Getting Better All the Time: How to Escape Bad Code" presented at React Native EU 2022.

Requirements

Optional:

Installation

  • Clone the repo
  • Run yarn install

Dependencies are locked with yarn.lock; please use yarn rather than npm for installing.

Running

  • Run yarn start

Unit Tests

  • Run yarn test

License

MIT