react-native
react-native copied to clipboard
A framework for building native applications using React
I am using an Image component to display a profile picture but no matter what I do to the image component it will not reload the image. I have to...
## Summary This PR adds mapping for layout props, it maps marginInlineStart: 'marginStart', marginInlineEnd: 'marginEnd', marginBlockStart: 'marginTop', marginBlockEnd: 'marginBottom', marginBlock: 'marginVertical', marginInline: 'marginHorizontal', paddingInlineStart: 'paddingStart', paddingInlineEnd: 'paddingEnd', paddingBlockStart: 'paddingTop', paddingBlockEnd:...
Getting an error when I take the default template using "npx react-native init" and then changing Podfile to use "use_frameworks!". (removed flipper) **Cycle inside FBReactNativeSpec; building could produce unreliable results....
## Summary react-native-windows treats compiler c++ warning as errors, this is one of them. It fixes it by assigning i to unsigned instead of auto. ## Changelog [Internal] [Changed] -...
## Summary This PR is for adding the support for`textShadow` property in `TextStyleProps` as required in the issue https://github.com/facebook/react-native/issues/34425. Unit Test cases and an example are also added in this...
### Description [Url event](https://reactnative.dev/docs/linking#addeventlistener) never fires I followed the [indicated setup](https://reactnative.dev/docs/linking) to handle deep links in react native. But when I have the app open in background or foreground and...
### Description This is what my error message looks like: ❌ /pathToMyProject/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:52:17: typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t') typedef uint8_t clockid_t; ### Version react-native-cli:...
Wrong button position when using KeyboardAvoidingView in combination with SafeAreaView and autofocus
## Description I have an input with autoFocus, a SafeAreaView, and a KeyboardAvoidingView. However the Button which should have his position exactly above the keyboard gets some margin when using...
## Summary * The SettingsManager turbomodule exists in iOS, but not for Android. Add support for it. * One accesses the SettingsManager TM via `Libraries/Settings/Settings`. Implement **part** of that for...
### Description Hello, FileReader is presenting some issues and cannot be effectively used in a RN project. So i've been trying to work with FileReader API on **react native (with...