expo-cli prebuild [path]

Create native iOS and Android project files before building natively. Learn more: https://docs.expo.dev/workflow/customizing/

Arguments

NameDescription
pathfolders

Options

NameDescription
-h, --helpOutput usage information
--no-install <boolean>Skip installing npm packages and CocoaPods
--clean <boolean>Delete the native folders and regenerate them before applying changes
--npm <boolean>Use npm to install dependencies. (default when Yarn is not installed)
--template <template>Project template to clone from. File path pointing to a local tar file or a github repo
-p, --platform <platform>Platforms to sync: ios, android, all. Default: all
--skip-dependency-update <dependencies>Preserves versions of listed packages in package.json (comma separated list)
--config [file]Deprecated: Use app.config.js to switch config files instead