Skip to content

3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 09:29
· 140 commits to trunk since this release
8698df2

3.3.0 (2024-03-12)

Features

  • add visionOS support (#1803) (cc2ad04) [many thanks to @Saadnajmi]

    To add visionOS to an existing app, run npx configure-test-app with all the platforms you currently support and add -p visionos at the end. For example, npx configure-test-app -p android -p ios -p visionos.

    If you want to create an entirely new app, run npx --package react-native-test-app@latest init and follow the on-screen instructions.