react-native-react-bridge
react-native-react-bridge copied to clipboard
An easy way to integrate your React (or Preact/React Native Web) app into React Native app with WebView.
Is it possible to import and use a custom font? For expo I use ```import { useFonts } from 'expo-font';``` I tried declaring @font-face in a css file but wasn't...
**Describe the bug** I'm getting this generic error when something goes wrong **To Reproduce** ``` import React from "react"; import { webViewRender } from "react-native-react-bridge/lib/web"; import { Plate } from...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [preact](https://preactjs.com) ([source](https://togithub.com/preactjs/preact)) | [`10.19.3` -> `10.21.0`](https://renovatebot.com/diffs/npm/preact/10.19.3/10.21.0) |...
**Describe the bug** Hello i've tried example in my project and web view renders empty and problem is not with the webview compnent because i've tested it. with other sources...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [metro-react-native-babel-preset](https://togithub.com/facebook/metro) | devDependencies | pin | [`^0.73.0` -> `0.73.2`](https://renovatebot.com/diffs/npm/metro-react-native-babel-preset/0.73.2/0.73.2) | Add...
Just wanted to say that, while I don't yet have a use case, I love the idea of this library. It's a huge need. Excited to try it in the...