Run a Stone.js application as a native mobile application.
One of the two ways this module is enabled, the declarative one; the other is handing reactNativeAdapterBlueprint to the application manifest.
reactNativeAdapterBlueprint
The type of the decorated class.
Optional configuration for the adapter.
A class decorator applying the React Native adapter configuration.
import { ReactNative } from '@stone-js/react-native-adapter'@ReactNative({ default: true })@StoneApp({ name: 'my-app' })class Application {} Copy
import { ReactNative } from '@stone-js/react-native-adapter'@ReactNative({ default: true })@StoneApp({ name: 'my-app' })class Application {}
Run a Stone.js application as a native mobile application.
One of the two ways this module is enabled, the declarative one; the other is handing
reactNativeAdapterBlueprintto the application manifest.