react-native
react-native copied to clipboard
A framework for building native applications using React
### Description In react-freeze, we're using a component that wraps content into React.Suspense. However, since 0.74 RC's we can observe that some of the `Touchable` components are staying in a...
### Description Hi Everyone, // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; UIViewController *vc = [sb instantiateInitialViewController]; rootView.loadingView = vc.view; We...
### Description This ```jsx ``` doesn't always equal ```jsx ``` Width isn't always the same. (translateX is a side thing to mimic origin right) From testing: When Pixel density is...
## Summary: This PR aims to address the issue of lacking a direct API for setting skew on native views in Android. ### Why does this problem exist? The lack...
## Summary: This PR adds percentage support in translate properties for new arch iOS. Isolating this PR for easier reviews. The approach taken here introduces usage of `ValueUnit` struct for...
### Description When trying to run release built on iOS 15.8.2. App crashes as soon as it starts. I was able to find issue in https://forums.developer.apple.com/forums/thread/749534 Note - We have...
### Description When changing Android's Keyboard height changes, both `keyboardDidChangeFrame` and `keyboardWillChangeFrame` does not fired. Also, `` does not apply this height change. ### Steps to reproduce 1. Install the...
### Description I'm trying to manually convert base64 data to a Blob and vice versa. To do this I create a `Uint8Array` from the base64 data (with `atob` - polyfilled...
## Description If a native module opens an activity that redirects out of the application and the application is killed in the background by the Android OS, the react context...
Summary: This change is a preliminary change to add support to `Long` and `long` React props that are required for supporting WideGamut color space. ## Changelog [Android][Added] - Extend Property...