Skip to main content

📦 Builds

Build Requirements

To test your app with Sherlo, your builds must:

  • include Storybook with completed Setup
  • be runnable on simulators (Android - .apk, iOS - .app)

Build Types

Sherlo supports two build types for testing:

This build includes JavaScript bundle, containing all the code needed to run the app

Works with Local Builds and Expo Cloud Builds commands

Build Commands

Run these commands to build your app:

Android

npx react-native run-android --mode Release

Build Location: android/app/build/outputs/apk/release/app-release.apk

iOS

npx react-native run-ios --mode Release --buildFolder app

Build Location: ios/app/Build/Products/Release-iphonesimulator/[YourProject].app