React Native React Bridge Versions Save

An easy way to integrate your React (or Preact/React Native Web) app into React Native app with WebView.

0.12.0

1 week ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/inokawa/react-native-react-bridge/compare/0.11.2...0.12.0

0.11.2

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/inokawa/react-native-react-bridge/compare/0.11.1...0.11.2

0.11.1

8 months ago

What's Changed

Full Changelog: https://github.com/inokawa/react-native-react-bridge/compare/0.11.0...0.11.1

0.11.0

9 months ago

BREAKING: Add exports field to package.json

Full Changelog: https://github.com/inokawa/react-native-react-bridge/compare/0.10.1...0.11.0

0.10.1

2 years ago
  • Alias react/jsx-runtime to preact

0.10.0

2 years ago
  • BREAKING: rename ambiguously named hooks
    • useBridge to useWebViewMessage
    • useSubscribe to useNativeMessage

Full Changelog: https://github.com/inokawa/react-native-react-bridge/compare/0.9.0...0.10.0

0.9.0

2 years ago

Support react-native >=0.65.0 #69

0.8.1

2 years ago
  • Update README.md

0.8.0

2 years ago
  • Fixed bug that backticks in string causes compile error.

0.7.3

2 years ago
  • Support .cjs