UNPKG

@applicaster/quick-brick-core

Version:

Core package for Applicaster's Quick Brick App

16 lines (13 loc) 386 B
/** * zapp-react-native-app module * @module @applicaster/quick-brick-core * this modules provides functions to create and start the zapp react native app */ import { createZappApp } from "./createZappApp"; import { renderZappApp } from "./renderZappApp"; import { createQuickBrickApp } from "./App"; module.exports = { createZappApp, renderZappApp, createQuickBrickApp, };