react-native
react-native copied to clipboard
A framework for building native applications using React
### Description I'm just trying to run a newly initialized React Native project. ### React Native Version 0.72.5 ### Output of `npx react-native info` System: OS: macOS 14.0 CPU: (8)...
### Description Implement the support for the inline code blocks, as proposed here: https://github.com/react-native-community/discussions-and-proposals/issues/695
### Environment 1. `react-native -v`: 0.34 through 0.59 2. `node -v`:4.4.7 3. `npm -v`: 4.5.0 4. `yarn --version`: - Target Platform: Android - Development Operating System: Windows - Build tools:...
Summary: Adds these to a namespace before we add a lot more in the next diff. Changelog: [Internal] Differential Revision: D53460826
Summary: Adds support for parsing and storing a component value of the CSS basic data type. This would allow removing `processAspectRatio` from viewconfigs later, which we would need for correct...
### Description I create a new project, run the IOS Simulator and Open Debug on the developer menu fails with ``` Opening flipper://null/Hermesdebuggerrn?device=React%20Native... error Browser exited with error:, Error: invalid...
### Description It's not really clear what the flexBasis ends up being when you have a text field set to: numberOfLines={1} ellipsizeMode="tail" Inside a flexDirection=row container. - if you don't...
## Summary: On ios, NSURLRequest cache request by default. The request stored in Cache.db-wal file. Show the file via TextEditor, we can see request response( Authorization, Header, ....). My Pen...
Summary: Changelog: [iOS][Breaking] so i was thinking that the `getBundleURL` API that we added on the app delegate is redundant since all working apps will have the source url provided...
### Description When I used instrument,it reported a memory leak on iOS16.6. Befor iOS16.6, like iOS14, there in no memory leak.Any could help me?  ### Steps to reproduce...