3.3.0
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.