Skip to content

Releases: microsoft/react-native-test-app

3.5.1

29 Mar 21:03
3de3d1e
Compare
Choose a tag to compare

3.5.1 (2024-03-29)

Bug Fixes

  • windows: fix NuGet downloading 0.64 instead of canary builds (#1937) (3de3d1e)

3.5.0

26 Mar 17:04
ad49b91
Compare
Choose a tag to compare

3.5.0 (2024-03-26)

Features

  • android: automatically configure Gradle wrapper (#1935) (7a85942)

    RNTA will now try to set the correct Gradle version in gradle-wrapper.properties to ensure that your Android builds don't fail when upgrading/downgrading React Native.

    To disable this behavior, set the environment variable RNTA_CONFIGURE_GRADLE_WRAPPER=0.

3.4.7

25 Mar 22:23
211891f
Compare
Choose a tag to compare

3.4.7 (2024-03-25)

Bug Fixes

  • android: be more explicit about which Gradle plugin to include (#1934) (211891f)

3.4.6

25 Mar 14:14
de07231
Compare
Choose a tag to compare

3.4.6 (2024-03-25)

Bug Fixes

3.4.5

22 Mar 16:17
d1f1244
Compare
Choose a tag to compare

3.4.5 (2024-03-22)

Bug Fixes

  • windows: use proper NuGet feed for canaries (#1927) (d1f1244)

3.4.4

22 Mar 13:20
4b39fbb
Compare
Choose a tag to compare

3.4.4 (2024-03-22)

Bug Fixes

3.4.3

21 Mar 16:39
30f44b0
Compare
Choose a tag to compare

3.4.3 (2024-03-21)

Bug Fixes

  • windows: align color use with @react-native-community/cli (#1926) (30f44b0)

3.4.2

21 Mar 12:37
1f47c96
Compare
Choose a tag to compare

3.4.2 (2024-03-21)

Bug Fixes

  • windows: fix arch mismatch errors when enabling NuGet (#1925) (1f47c96)

3.4.1

20 Mar 17:04
a6a67c7
Compare
Choose a tag to compare

3.4.1 (2024-03-20)

Bug Fixes

3.4.0

19 Mar 17:32
6b94728
Compare
Choose a tag to compare

3.4.0 (2024-03-19)

Features

  • windows: add support for New Architecture (#1885) (6b94728)

    Run install-windows-test-app --use-fabric to enable New Architecture on 0.74 or higher. Note that this feature is highly experimental and incomplete.