Skip to content

Releases: inokawa/react-native-react-bridge

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

0.8.1

29 Jul 11:17
Compare
Choose a tag to compare
  • Update README.md

0.8.0

26 Jun 06:31
Compare
Choose a tag to compare
  • Fixed bug that backticks in string causes compile error.

0.7.3

26 Jun 02:14
Compare
Choose a tag to compare
  • Support .cjs