react-native
react-native copied to clipboard
A framework for building native applications using React
### Description Library not loaded: @rpath/hermes.framework/hermes ``` dyld[54309]: Library not loaded: @rpath/hermes.framework/hermes Referenced from: /Users/msahu2595/Library/Developer/CoreSimulator/Devices/63B70222-4E95-40F6-8EB9-9399A188F3E3/data/Containers/Bundle/Application/3032952F-549B-47F1-B508-56F0F2CA0F10/bowootApp.app/bowootApp Reason: tried: '/Users/msahu2595/Library/Developer/Xcode/DerivedData/bowootApp-ftpnlxrucelfydglzmpeqbmqmquw/Build/Products/Debug-iphonesimulator/hermes.framework/hermes' (errno=2), '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/hermes.framework/hermes' (errno=2), '/usr/lib/swift/hermes.framework/hermes' (errno=2, no dyld cache), '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/hermes.framework/hermes' (errno=2), '/usr/lib/swift/hermes.framework/hermes' (errno=2,...
## Checklist - [x] Number/Percentage values. - [x] `top`, `bottom`, `center`, `left`, `right` enum support. - [x] Old architecture support. - [x] Add examples ## Summary - This PR adds...
Summary: We're updating PYLS and Pyre to use .pylsp as isolation-prefix: D46599960, D46602539. We'd like to add these .pylsp to ignore folders to prevent users from having bunch of generated...
Summary: In bridge mode UIManager's `constants` contain view configs for every registered native component and possibly some extra data. On iOS there is no extra data, but on Android in...
Summary: This was deprecated as part of bridgeless development, but since we now have `BridgelessReactContext`, which is also a `ReactContext`, this deprecation is no longer necessary. Changelog: [Internal] Differential Revision:...
Summary: ## Bump minimum Node JS version to 18 via `react-native/package.json#engines` In https://github.com/facebook/react-native/pull/35443 we bumped up the node version from 16 to 18. Node 16's EOL is 2023-09-11 https://nodejs.org/en/blog/announcements/nodejs16-eol/ This...
## Summary: In iOS in OSS, we used to use the PRODUCTION flag to install pods with a Release configuration. This is a non-standard flow which we would like to...
Summary: Changelog: [General] [Changed] - When hovering over some node in React DevTools, the corresponding view will now display margins and paddings. This feature is present when inspecting elements via...
### Description After updating from React Native 0.67 to 0.71 (still using the old architecture), we noticed our view hierarchy has grown significantly. While debugging the issue, we noticed there...
### Description Left or right border visibility is broken when accordingly borderTopLeftRadius or borderTopRightRadius style property is applied. Tested on fresh React Native 0.71.0 project with Pixel 3XL emulator and...