Estevão Lucas d33ac612f9 chore: bump up Expo version in crna-kitchen-sink example (#4597)
Issue: N/A

## What I did

Update expo requirement from `^24.0.2` to `^30.0.1` for `crna-kitchen-sink` example. Also remove [`crna`](https://github.com/react-community/create-react-native-app)'s `react-native-scripts` to use `expo`.

Motivation: I tried to use `crna-kitchen-sink`, but [I got stuck in "Starting packager"](https://github.com/react-community/create-react-native-app/issues/203).

PS: `whatwg-fetch` was added to fix this issue: ["Can't Find Variable Self"](https://stackoverflow.com/questions/52269560/react-native-expo-cant-find-variable-self)
2018-10-30 18:08:49 +02:00

304 B

CRNA Kitchen Sink

This project was bootstrapped wit Expo and storybook using storybook CLI.

Getting started

  1. Install dependencies: yarn install
  2. Run storybook: yarn storybook
  3. Run the app: yarn start