dev
: Run start scriptstart
: Starts the development server with ios simulatorprebuild
: Generate native source codestart:all
: Starts the development server with ios, android simulatorios:build:local
: Build ios app on local environmentios:build:eas
: Build ios app on EASandroid:build:local
: Build android app on local environmentandroid:build:eas
: Build android app on EASeas:resignADHOC
: Codesign an existing .ipa for iOS to a new ad hoc provisioning profile.detox:android:debug:build
: Build android development environment e2e appdetox:android:debug:test
: Run e2e android development environmentdetox:android:release:build
: Build android production environment e2e appdetox:android:release:test
: Run e2e android production environmentdetox:ios:debug:build
: Build ios development environment e2e appdetox:ios:debug:test
: Run e2e ios development environmentdetox:ios:release:build
: Build ios production environment e2e appdetox:ios:release:test
: Run e2e ios production environmentlint
: Lints the code using ESLintclean
: Clear build outputs
Only Android is failed to request localhost
Use ADB reverse to bind an emulator port to a port on your computer.
adb reverse tcp:3000 tcp:3000
The transition movement of post thumbnail is unnatural on native
We are using Shared Element Transitions powered by React Native Reanimated. and It is an experimental feature, not recommended for production use yet. we're just trying it out!