UNPKG

create-expo-module

Version:

The script to create the Expo module

12 lines (7 loc) 343 B
# 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`.