Skip to content

Releases: ikhvorost/ReactBridge

1.3.1

24 Sep 12:32
Compare
Choose a tag to compare

Fixed: resolved version 2 for swift 5.9

1.3.0

19 Sep 08:57
Compare
Choose a tag to compare

Added:

  • XCode 16
  • Swift 6
  • Swift Syntax 600.0.0

1.2.1

16 Jul 15:34
Compare
Choose a tag to compare
  • Registering native modules optimization

1.2.0

17 Jun 09:42
Compare
Choose a tag to compare
  • Upgraded to Swift Syntax 510.0.2
  • Added Xcode 16 beta with Swift 6 support

1.1.0

02 May 21:13
Compare
Choose a tag to compare
  • Added RCTDirectEventBlock, RCTCapturingEventBlock property types
  • Updated to SwiftSyntax 510.0.1
  • Fixed Strict Concurrency warnings (Swift 6)

1.0.4

04 Feb 15:20
Compare
Choose a tag to compare

Fixed:

  • "Overriding declaration requires an 'override' keyword" for methodQueue

1.0.3

22 Jan 20:27
Compare
Choose a tag to compare

Added:

  • visionOS
  • Swift syntax 509.1.0

Fixed:

  • The package product 'SwiftSyntaxMacros' requires minimum platform version 13.0 for the iOS platform
  • Module 'ReactBridgeMacros' was not compiled for testing https://github.com/testable import ReactBridgeMacros

1.0.2

04 Jan 10:35
Compare
Choose a tag to compare

Fix: UITests - error getting main window kAXErrorAPIDisabled

1.0.1

11 Dec 13:15
Compare
Choose a tag to compare

Fixed:

  • Inheritance from RN modules and UI components: RNCWebViewManager, RCTEventEmitter etc.
  • Method parameter of TimeInterval type with wrong value: divided by 1000
  • First parameter of method with several uppercased letters

1.0.0

11 Oct 09:08
Compare
Choose a tag to compare

Macros for React Native Modules and UI Components:

  • @ReactModule
  • @ReactMethod
  • @reactView
  • @ReactProperty