* feat(expo): move expo to main repo * feat(expo): add e2e expo tests and fix expo unit tests * feat(expo): add generated docs * feat(expo): update cz-config to add expo to commit message * feat(expo): add @nrwl/expo to e2e test setup * feat(expo): add expo to preset * feat(expo): add detox tests * feat(expo): update docs * feat(expo): fix e2e tests * feat(expo): upgrade expo to 46.0.10 * fix(expo): correct eas-cli build:info parameters names * fix(expo): add cleanupProject to e2e test
5 lines
263 B
TypeScript
5 lines
263 B
TypeScript
export { expoInitGenerator } from './src/generators/init/init';
|
|
export { expoApplicationGenerator } from './src/generators/application/application';
|
|
export { withNxMetro } from './plugins/with-nx-metro';
|
|
export { withNxWebpack } from './plugins/with-nx-webpack';
|