Skip to content

Releases: inokawa/react-native-react-bridge

0.12.3

14 Oct 08:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.2...0.12.3

0.12.2

02 Oct 10:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.1...0.12.2

0.12.1

20 Sep 10:54
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ieow made their first contribution in #193

Full Changelog: 0.12.0...0.12.1

0.12.0

12 May 12:39
Compare
Choose a tag to compare

BREAKING CHANGE: web code is now bundled with esbuild for performance, stability and customizability.

What's Changed

New Contributors

Full Changelog: 0.11.2...0.12.0

0.11.2

23 Sep 03:02
Compare
Choose a tag to compare

What's Changed

  • Fix escape strategy for newer versions of metro by @edjiang in #133

New Contributors

Full Changelog: 0.11.1...0.11.2

0.11.1

21 Aug 13:39
Compare
Choose a tag to compare

What's Changed

  • Add interop for export default to lib/plugin by @inokawa in #127

Full Changelog: 0.11.0...0.11.1

0.11.0

08 Aug 15:18
Compare
Choose a tag to compare

BREAKING: Add exports field to package.json

Full Changelog: 0.10.1...0.11.0

0.10.1

15 May 14:23
Compare
Choose a tag to compare
  • Alias react/jsx-runtime to preact

0.10.0

19 Feb 06:46
Compare
Choose a tag to compare
  • BREAKING: rename ambiguously named hooks
    • useBridge to useWebViewMessage
    • useSubscribe to useNativeMessage

Full Changelog: 0.9.0...0.10.0

0.9.0

03 Jan 12:14
Compare
Choose a tag to compare

Support react-native >=0.65.0 #69