Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 688 Bytes

File metadata and controls

27 lines (17 loc) · 688 Bytes

Playground

Expo-based playground app for testing Rozenite devtools plugins.

Prerequisites

Make sure you have your environment setup to build native apps.

Running the app

From the root workspace:

  • pnpm start:playground – start the Expo dev server
  • pnpm start:playground:ios – run on iOS
  • pnpm start:playground:android – run on Android

From this directory (apps/playground):

  • pnpm start – start Expo dev server
  • pnpm ios – run on iOS
  • pnpm android – run on Android
  • pnpm web – run in web browser

Development

  • pnpm typecheck – run TypeScript checks
  • pnpm lint – run ESLint