react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: Inline is on the critical path of rich text, for example, (a center aligned lozenge as shown bellow) , where alignment is at its essence. This PR is...
### Description On iOS, the placeholder is not scaled with the font-size so its always shown in its entirety. I would expect a property to set this. Android works fine!...
### Description It seems codegen currently chokes on types imported from a different module, _i.e._ consider this example: ```ts // types.ts export type MyType = { field: string; }; //...
Summary: changelog: [interna] force_static doesn't need to be in here, let's remove it. I change one module per diff. It makes it easier to land it and pinpoint where build...
### Description When app is launched from quit state DeviceEventEmitter.addListener is not working in Release build for Android. It is working perfectly fine in Debug build. I have tried using...
### Description On Android, pressing within the TextInput to move the cursor and long-pressing to select/paste are handled by native (Java/Kotlin) components rather than React components. Due to a limitation...
## Description _[(Note: This was originally asked on Stack Overflow, but it seems there isn't an existing solution, so filing this as a bug here).](https://stackoverflow.com/q/66726751/827129)_ I'm using [FlatList](https://reactnative.dev/docs/flatlist) to render...
### Description ios cannot debug with hermes engine when setup mutiple configuration scheme   ### Steps to reproduce 1....
### Description ❌ /Users/mac/Library/Developer/Xcode/DerivedData/name-cyhmusmnrimlvbgabnbaiohwxlxj/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core/ReactCommon/LongLivedObject.h:11:10: 'react/bridging/LongLivedObject.h' file not found ### React Native Version 0.72.5 ### Output of `npx react-native info` System: OS: macOS 13.4 CPU: (6) x64 Intel(R) Core(TM) i5-8500B CPU...
## Description On Android 11, dismissing the request permission popup by tapping outside of it **or** by pressing the hardware back button will result on a `never_ask_again` answer even if...