/React-Native-Server-Driven-UI

Implementing SDUI in React native and sharing the same logic with NextJS in a monorepo.

Primary LanguageTypeScript

React Native Server Driven UI

Implementing Server Driven UI in React native and sharing the same logic with NextJS in a monorepo.

Stack

Setup

cd app-platform/
yarn

Running

# Start the web app
yarn web
# Start the mobile app
yarn native #select ios or android at prompt
# Start the server to serve the SDUI
yarn server