Skip to content

Releases: OpenNative/open-native

1.0.0-alpha.33

07 May 06:11

Choose a tag to compare

  • Add missing BaseActivityEventListener class on android

1.0.0-alpha.32

30 Apr 06:41

Choose a tag to compare

  • Added support for auto-linking packages with multiple subspecs on iOS

1.0.0-alpha.31

09 Apr 18:27

Choose a tag to compare

  • Added RCTNativeAppEventEmitter on android
  • Added support for loading private modules on android via their public Package
  • Added support for parsing extended class methods on iOS
  • Fixed a issue where empty interfaces would be added to generated headers causing build to fail on iOS
  • Parse promise/callback blocks when defined as nonnull on iOS

1.0.0-alpha.29

27 Mar 22:28

Choose a tag to compare

  • Added missing [RCTBridge eventDispatcher] method implementation

1.0.0-alpha.28

17 Mar 12:42

Choose a tag to compare

What's Changed

  • Convert boolean to java.lang.Boolean if argument is nullable boolean by @edusperoni in #17

New Contributors

Full Changelog: 1.0.0-alpha.26...1.0.0-alpha.27

1.0.0-alpha.26

06 Mar 17:01

Choose a tag to compare

  • Fixed the "path" argument must be of type string. Received undefined error when have some npm dependency with no exports such as types packages.

1.0.0-alpha.25

02 Feb 18:16

Choose a tag to compare

  • Fix Alert.alert(title,message) not accepting numbers as title/message.
  • Add a dummy react-native source inside node_modules folder if it does not exist. Required to build some libraries on android.

1.0.0-alpha.23

02 Feb 14:36

Choose a tag to compare

  • Fix(ios): Marshal all data types. If we are unable to explicitly marshal a native value, we should allow marshalling it using Utils.dataDeserialize. This commit also adds handling of NSError to Error conversion explicitly. Closes #15

1.0.0-alpha.22

29 Jan 06:00

Choose a tag to compare

  1. Automatically add webpack polyfill for react when using react-native modules in a non-react framework such as vue/svelte. If you were using react-polyfill of some sort before, it's safe to remove it now.
  2. Added support for synchronous methods on iOS

1.0.0-alpha.21

29 Jan 04:31

Choose a tag to compare

  • Fix unable to find android project properties