# create-expo-module

Initializes a new [Expo module](https://docs.expo.dev/modules/overview/) project with scaffolding for iOS, Android, and TypeScript, along with an example project to interact with the module from within an app.

### Usage

```
yarn create expo-module
```

To test beta releases, run `EXPO_BETA=1 yarn create expo-module`.
