Releases: OpenNative/open-native
Releases · OpenNative/open-native
1.0.0-alpha.33
- Add missing
BaseActivityEventListenerclass on android
1.0.0-alpha.32
- Added support for auto-linking packages with multiple subspecs on iOS
1.0.0-alpha.31
- Added
RCTNativeAppEventEmitteron 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
nonnullon iOS
1.0.0-alpha.29
- Added missing
[RCTBridge eventDispatcher]method implementation
1.0.0-alpha.28
What's Changed
- Convert
booleantojava.lang.Booleanif argument is nullable boolean by @edusperoni in #17
New Contributors
- @edusperoni made their first contribution in #17
Full Changelog: 1.0.0-alpha.26...1.0.0-alpha.27
1.0.0-alpha.26
- Fixed
the "path" argument must be of type string. Received undefinederror when have some npm dependency with no exports such as types packages.
1.0.0-alpha.25
- Fix
Alert.alert(title,message)not accepting numbers as title/message. - Add a dummy
react-nativesource insidenode_modulesfolder if it does not exist. Required to build some libraries on android.
1.0.0-alpha.23
- 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 ofNSErrortoErrorconversion explicitly. Closes #15
1.0.0-alpha.22
- Automatically add webpack polyfill for
reactwhen using react-native modules in a non-react framework such as vue/svelte. If you were usingreact-polyfillof some sort before, it's safe to remove it now. - Added support for synchronous methods on iOS
1.0.0-alpha.21
- Fix unable to find android project properties