react-native-react-bridge icon indicating copy to clipboard operation
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.

Results 48 react-native-react-bridge issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/inokawa/react-native-react-bridge). ## Rate-Limited These updates are currently rate-limited....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.70.3` -> `0.70.3`](https://renovatebot.com/diffs/npm/metro-react-native-babel-preset/0.70.3/0.70.3) | Add...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.0.5` -> `18.0.6`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.0.5/18.0.6) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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)) | [`18.0.14` -> `18.0.20`](https://renovatebot.com/diffs/npm/@types%2freact/18.0.14/18.0.20) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.70.3` -> `0.72.3`](https://renovatebot.com/diffs/npm/metro-react-native-babel-preset/0.70.3/0.72.3) | [![age](https://badges.renovateapi.com/packages/npm/metro-react-native-babel-preset/0.72.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-jest](https://togithub.com/facebook/jest) | [`26.6.3` -> `28.1.3`](https://renovatebot.com/diffs/npm/babel-jest/26.6.3/28.1.3) | [![age](https://badges.renovateapi.com/packages/npm/babel-jest/28.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

**Describe the bug** Communication from React-Native to React does not seem to work on newer react-native-webview versions on Anroid. From React to React Native the communication did work as expected....

help wanted

**Is your feature request related to a problem? Please describe.** React 18 introduced new `createRoot` root. **Describe the solution you'd like** Add new API. **Describe alternatives you've considered** Nothing. **Additional...

Hi @inokawa ! Your package looks great, congratulations ! Once I found it, I wanted to try it. And I did it ! But... it's not working. The error :...

One of the packages I am using utilizes a 'cjs' file type. I made the update for react native in metro.config.js, in resolver -> sourceExts. However, it looks like the...