The React Native CLI plugin: stone dev native and stone build native.
The module owns its own build, which is what the CLI's registered targets are for. There is
little to own here, since Expo and Metro do the bundling, but the one thing the CLI can give a
native application is the thing Expo cannot: its modules, collected rather than listed.
Auto-discovered from this package's stone.cliPlugin entry, so a native project gets the
target by installing the renderer and nothing else.
The React Native CLI plugin:
stone dev nativeandstone build native.The module owns its own build, which is what the CLI's registered targets are for. There is little to own here, since Expo and Metro do the bundling, but the one thing the CLI can give a native application is the thing Expo cannot: its modules, collected rather than listed.
Auto-discovered from this package's
stone.cliPluginentry, so a native project gets the target by installing the renderer and nothing else.