Stone.js API
    Preparing search index...
    • 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.

      Type Parameters

      • T extends ClassType = ClassType

        The type of the decorated class.

      Parameters

      Returns ClassDecorator

      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 {}