You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send a JSON string to the React Native JS layer. The message is delivered as a `brownfieldMessage` DeviceEventEmitter event and can be received using `ReactNativeBrownfield.onMessage()` on the JS side.
Copy file name to clipboardExpand all lines: docs/docs/docs/api-reference/react-native-brownfield/kotlin.mdx
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,10 +172,13 @@ AndroidView(
172
172
173
173
Send a JSON string to the React Native JS layer. The message is delivered as a `brownfieldMessage` DeviceEventEmitter event and can be received using `ReactNativeBrownfield.onMessage()` on the JS side.
details: Single-source-of-truth state synchronization between React Native and native code with type-safe code generation from TypeScript to Swift with Brownie library.
22
+
details: Comes with a message exchange lag between native and RN. <br/> <br/> Single-source-of-truth state synchronization between React Native and native code with type-safe code generation from TypeScript to Swift with Brownie library.
0 commit comments