Skip to content

Releases: microsoft/react-native-test-app

3.3.8

19 Mar 15:44
08bbe5d
Compare
Choose a tag to compare

3.3.8 (2024-03-19)

Bug Fixes

3.3.7

19 Mar 11:57
319764b
Compare
Choose a tag to compare

3.3.7 (2024-03-19)

Bug Fixes

3.3.6

15 Mar 17:55
1bc079d
Compare
Choose a tag to compare

3.3.6 (2024-03-15)

Bug Fixes

  • apple: enable bridgeless by default with New Arch in 0.74 (#1908) (1bc079d)

3.3.5

15 Mar 10:02
a7ba316
Compare
Choose a tag to compare

3.3.5 (2024-03-15)

Bug Fixes

  • apple: fix unable to resolve @react-native-community/cli-platform-ios (#1905) (a7ba316)

3.3.4

14 Mar 22:51
d4f692e
Compare
Choose a tag to compare

3.3.4 (2024-03-14)

Bug Fixes

  • apple: fix build breaking on Xcode 14 (attempt 2) (#1904) (d4f692e)

3.3.3

14 Mar 15:33
f97361d
Compare
Choose a tag to compare

3.3.3 (2024-03-14)

Bug Fixes

  • resolve react-native-test-app path dynamically (#1903) (f97361d)

3.3.2

14 Mar 12:18
0014a92
Compare
Choose a tag to compare

3.3.2 (2024-03-14)

Bug Fixes

  • android: handle simplified ReactActivityDelegate (#1900) (0014a92)
  • init: copy missing tsconfig.json from the template (#1902) (7d4bc4f)

3.3.1

13 Mar 17:40
3507845
Compare
Choose a tag to compare

3.3.1 (2024-03-13)

Bug Fixes

  • apple: fix build breaking on older Xcode versions (#1899) (3507845)

3.3.0

12 Mar 09:29
8698df2
Compare
Choose a tag to compare

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.

3.2.16

29 Feb 10:32
26efbfb
Compare
Choose a tag to compare

3.2.16 (2024-02-29)

Bug Fixes