react-native-external-display
react-native-external-display copied to clipboard
React Native view renderer in External Display
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.2 to 7.26.10. Release notes Sourced from @babel/core's releases. v7.26.9 (2025-02-14) :bug: Bug Fix babel-types #17103 fix: Definition for TSPropertySignature.kind (@liuxingbaoyu) babel-generator, babel-types #17062 Print TypeScript optional/definite...
Bumps [react-native-webview](https://github.com/react-native-webview/react-native-webview) from 13.10.5 to 13.13.4. Release notes Sourced from react-native-webview's releases. v13.13.4 13.13.4 (2025-03-11) Bug Fixes ios, new-arch: Fixed regression caused by new defaults applied (#3731) (964ffcc) v13.13.3 13.13.3...
Bumps [axios](https://github.com/axios/axios) from 1.6.1 to 1.8.2. Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2) Contributors to this release...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 7.4.2 to 8.2.1. Release notes Sourced from lerna's releases. v8.2.1 8.2.1 (2025-03-03) Note: Version bump only for package lerna-monorepo v8.2.0 8.2.0 (2025-02-19) Bug Fixes drop strip-ansi in...
Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 2.13.4 to 2.24.0. Release notes Sourced from react-native-gesture-handler's releases. 2.24.0 ❗ Important changes Support React Native 0.78 by @m-bert in software-mansion/react-native-gesture-handler#3354 [Android] Add missing paper files by...
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.71.11 to 0.73.11. Release notes Sourced from react-native's releases. 0.73.11 0.73 is now out of the support window. Please migrate to 0.76. Fixed Android specific Suppress path...
The current implementation of RN external display uses defaultProps in index.js. This need to be cleaned up. We made a Patch package for the time being: ``` diff --git a/node_modules/react-native-external-display/index.js...
I have a problem where some components in the main screen are touchable and some cannot be clicked. any luck with that? 
Fix: Change podspec from ```s.source = { :git => pkg["repository"], :tag => "master" }``` to ```s.source = { :git => pkg["repository"]["url"], :tag => "master" }```
Bumps [hermes-eslint](https://github.com/facebook/hermes) from 0.19.2 to 0.26.0. Release notes Sourced from hermes-eslint's releases. v0.13.0 for RN0.75.x This release corresponds to RN 0.75. v0.11.0 for RN0.68.x In preparation for the 0.68.x, this...