Skip to content

Releases: microsoft/react-native-test-app

3.5.7

15 Apr 16:50
bb7e43d

Choose a tag to compare

3.5.7 (2024-04-15)

Bug Fixes

  • windows: don't spawn separate process for autolink-windows (#1964) (bb7e43d)

3.5.6

15 Apr 11:23
a18a69a

Choose a tag to compare

3.5.6 (2024-04-15)

Bug Fixes

  • android: fix type mismatch DeveloperSettings? vs DeveloperSettings (#1967) (a18a69a)

3.5.5

11 Apr 15:20
ffdd909

Choose a tag to compare

3.5.5 (2024-04-11)

Bug Fixes

  • init: use npm public registry api instead of cli (#1961) (ffdd909)

3.5.4

11 Apr 09:38
b89f1ac

Choose a tag to compare

3.5.4 (2024-04-11)

Bug Fixes

3.5.3

02 Apr 12:52
a3257ed

Choose a tag to compare

3.5.3 (2024-04-02)

Bug Fixes

  • apple: fix building with use_frameworks! (#1943) (a3257ed)

3.5.2

02 Apr 06:10
2ff663c

Choose a tag to compare

3.5.2 (2024-04-02)

Bug Fixes

3.5.1

29 Mar 21:03
3de3d1e

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

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

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

Choose a tag to compare

3.4.6 (2024-03-25)

Bug Fixes