Skip to content

Releases: rmrs/react-native-settings

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:13
49deaa9

1.0.2 (2025-06-10)

Bug Fixes

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 14:59
83b6dee

1.0.1 (2025-06-07)

Bug Fixes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 16:26
749e022

1.0.0 (2022-11-05)

Features

Miscellaneous Chores

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 14 Feb 14:27
f86b880

0.2.3 (2020-02-14)

Bug Fixes

  • Check hasActiveCatalystInstance when trying to sendEvent (#47) (dd7c7c6)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 12 Jan 08:57
9407afd

0.2.2 (2020-01-12)

Bug Fixes

  • use getSystemService workaround for versions < Android 6 (#45) (9407afd)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jan 10:56
f28f7af

0.2.1 (2020-01-11)

Bug Fixes

  • call getSystemService on main thread for Android <= 5 (6631981)

v0.2.0 - Captions settings support

Choose a tag to compare

@erezrokah erezrokah released this 11 Jan 09:44
977cb46

Android

  • Add captions settings support via #38

v0.1.3 - Fix android compilation warning

Choose a tag to compare

@erezrokah erezrokah released this 17 Oct 16:48
81e53c2

Fixes

  • Fix android compilation warning via #36. Thanks @sytolk for opening #35

v0.1.2 - Update example to latest react-native

Choose a tag to compare

@erezrokah erezrokah released this 13 Aug 11:13
37ad69d
  • Update example to latest react-native
  • Support auto-linking by adding podspec file in root directory

v0.1.1

Choose a tag to compare

@erezrokah erezrokah released this 07 Mar 10:04

Android

  • Project variables support via #28