Skip to content

Releases: retyui/react-native-detect-maestro

1.0.7

Choose a tag to compare

@retyui retyui released this 14 Nov 22:28
  • Reduce npm package size

1.0.6

Choose a tag to compare

@retyui retyui released this 14 Nov 22:24
  • Remove react from peerDependencies
  • Update android/build.gradle

1.0.5

Choose a tag to compare

@retyui retyui released this 13 Nov 09:52
  • Add New Arch support for Android on react-native@0.69.x

1.0.4

Choose a tag to compare

@retyui retyui released this 31 Jul 17:37

Fix autolinking for RN iOS <=0.68x

1.0.3

Choose a tag to compare

@retyui retyui released this 31 Jul 17:37

Fix build on Android (>=0.69.0)

1.0.2

Choose a tag to compare

@retyui retyui released this 30 Jul 22:09

Fix inconsistent return type

// Before
DetectMaestro.isMaestro() // 0 or 1 (ios old arch)

// After
DetectMaestro.isMaestro() // true or false (ios old arch)

1.0.0

Choose a tag to compare

@retyui retyui released this 30 Jul 21:52

Release 🎉