/mini-apps-research

Example how rn can render mini app like an Expo

Primary LanguageJava

Mini Apps such as an Expo

Description

Result of researching possibilites of React Native. This example shows how you can integrate MiniApps (RN) to Main application (RN). First, the mini-application is packaged into an archive, then the archive will be downloaded and rendered by the main application.

Demo

iOS Android
iOS Demo Android Demo

Contain

  • MainApp - rn application with native component for render mini app by url
  • MiniApp - rn demo mini app

Getting started