Releases: inokawa/react-native-react-bridge
Releases · inokawa/react-native-react-bridge
0.12.3
0.12.2
0.12.1
0.12.0
BREAKING CHANGE: web code is now bundled with esbuild for performance, stability and customizability.
What's Changed
- Update README re multiple metro.config.js transformers by @jehillert in #139
- Update build setting by @inokawa in #171
- Rewrite plugin with ts by @inokawa in #172
- Support React createRoot by @inokawa in #173
- Seprate Message type into 2 types by @inokawa in #175
- Replace metro with esbuild and support latest React Native/Expo by @inokawa in #177
New Contributors
- @jehillert made their first contribution in #139
Full Changelog: 0.11.2...0.12.0
0.11.2
0.11.1
0.11.0
BREAKING: Add exports field to package.json
Full Changelog: 0.10.1...0.11.0
0.10.1
0.10.0
- BREAKING: rename ambiguously named hooks
useBridge
touseWebViewMessage
useSubscribe
touseNativeMessage
Full Changelog: 0.9.0...0.10.0