software-mansion-labs / react-native-turbo-demo

React Native Turbo - an open source library that can bring your turbo-enabled web application into the React Native world.
MIT License
101 stars 11 forks source link

Strada: change the way of passing the message object to `window.webBridge` #200

Closed pklatka closed 5 months ago

pklatka commented 5 months ago

Summary

This PR changes the way of passing the message object to window.webBridge in sendToBridge function - previous approach was causing a crash when someone passed a string with unescaped ' character - now the object is passed without wrapping it with a string.