The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides:
-Integration with libraries such as Jest, Detox, and Storybook.
-Scaffolding for creating buildable libraries th
import { Tree } from'@nx/devkit';
/**
* Add target upgrade for react native apps
* Remove pod-install from dependsOn for all targets, it does pod-install when creating the app
*/exportdefaultfunctionupdate(tree: Tree): Promise<void>;