| Android | iOS |
|---|---|
![]() |
![]() |
Fresh Apple Silicon 🔥 (macOS arm64)
corepack enable
yarn
yarn setupyarn startcd ios
pod install
cd ..
yarn iosOld Rosetta 2 Intel x86_64 way
Old manual setup
Building-from-source#prerequisites, but with NDK 25.0.8775105
# android/local.properties
sdk.dir=/Users/<user>/Library/Android/sdk
ndk.dir=/Users/<user>/Library/Android/sdk/ndk/25.0.8775105
Strip: rcX suffix / (trailing) spaces / final final linebreak - otherwise fcntl(): Bad file descriptor
Old manual setup
Open Android Studio - Preview release - Canary build
- Open Project, set the JDK
- SDK Manager > SDK Tools > NDK > ⬇️ 25.0.8775105
- Build all 4 default ABIs first with other libraries
- Open an arm64 AVD e.g.
Pixel_3a_API_31_arm64-v8aInitial Preview v3: Google APIs System Image - Make Project
yarn androidAdd stories to src/components/**/*.stories.(ts|tsx)
Keep in sync with .storybook and storybook_server /main.js
yarn get-storiesyarn storybook-server # optionalOld v5 setup
# @storybook/react-native-server v5
yarn storybookyarn <android/ios>yarn serverbrew install denoyarn deno

