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.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native](https://reactnative.dev/) ([source](https://togithub.com/facebook/react-native/tree/HEAD/packages/react-native), [changelog](https://togithub.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md)) | [`0.73.0` -> `0.74.1`](https://renovatebot.com/diffs/npm/react-native/0.73.0/0.74.1)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.22.11` -> `7.24.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.11/7.24.5) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`18.0.25` -> `18.2.47`](https://renovatebot.com/diffs/npm/@types%2freact/18.0.25/18.2.47) |...
**Describe the bug** ```js Failed to construct transformer: Error: Cannot find module 'metro-react-native-babel-transformer' Require stack: - .../node_modules/react-native-react-bridge/lib/plugin/index.js - .../node_modules/metro-transform-worker/src/index.js ``` **To Reproduce** - Add `react-native-react-bridge/lib/plugin` transformer to metro config **Expected...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [metro-react-native-babel-preset](https://togithub.com/facebook/metro) | [`0.73.0` -> `0.77.0`](https://renovatebot.com/diffs/npm/metro-react-native-babel-preset/0.73.0/0.77.0) | [](https://docs.renovatebot.com/merge-confidence/)...
**Describe the bug** Transformation failed in some cases with the error ```js [Error: TransformError SyntaxError: Expecting Unicode escape sequence \uXXXX ``` **To Reproduce** ```js import {webViewRender} from 'react-native-react-bridge/lib/web' let Root...
Hello, First of all thank you for this package, it's really clever and helpful. I was wondering if it would be hard to add react-native-web support in it ? For...
**Describe the bug** after changing metro.config.js to module.exports = { ...config, transformer: { ...config.transformer, babelTransformerPath: require.resolve( "react-native-react-bridge/lib/plugin" ), }, }; i can't start react app anymore: node_modules\expo-router\entry.js: traverse is not...
We are currently facing an issue with loading a local script file in our Expo app when using the react-native-react-bridge library. The goal is to render a React component within...
Hey, I'm wondering, has anyone tried using this with tailwind ? If so, how did you get it working ? Thanks in advance!