react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary This PR backport two fixes we did in 0.71 to unblock the release process: * the change in `publish-npm` is needed because of the introduction of .strict() from...
Summary: Changelog: [General][Added] - Making Dev Loading View cross platform by abstracting out the activity/context logic from the controller in a polymorph class. Differential Revision: D40908923
### Description Hello, I have an issue with my device : - Samsung Note 20 - Android 11 - One UI 3 that the display size setting change doesn't affecting...
Hi, On Android `Linking.getInitialURL()` has a problem and not return anything. More precisely, none of the following logs are executed. ``` Linking.getInitialURL().then((url) => { console.log('Initial url is: ' + url);...
## Summary Refer to "Support intersection of object types, `{...a, ...b, ...}` in Flow is equivalent to `a & b & {...}` in TypeScript, the order and the form is...
### Description When android builds package for the first time, js bundles cannot be built and packaged for the second time ### Version 0.63.3 ### Output of `npx react-native info`...
## Description THIS ISSUE IS DEPENDENT ON OTHER ISSUES & DOES NOT NEED TO BE WORKED ON INDIVIDUALLY Dependent on these issues being closed: - [ ] #30977 - [x]...
### Description Failed to construct transformer: Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at stableHash (/Users/codelantic/Desktop/CL/spotonpay_mobile/node_modules/metro-cache/src/stableHash.js:19:8) at JsTransformer.getCacheKey (/Users/codelantic/Desktop/CL/spotonpay_mobile/node_modules/metro/src/JSTransformer/worker.js:478:7) at getTransformCacheKey (/Users/codelantic/Desktop/CL/spotonpay_mobile/node_modules/metro/src/DeltaBundler/Transformer/getTransformCacheKey.js:39:29) at new Transformer (/Users/codelantic/Desktop/CL/spotonpay_mobile/node_modules/metro/src/DeltaBundler/Transformer.js:147:28)...
### Description When the scrollview controls the scrollTo of another scrollview, it does not refresh in a timely manner. It seems that the delay is large ### Version 0.69.6 ###...
### Description Using RN 0.64.2. Right now, the error messages from the image component are not at all helpful. For e.g., in onError we just get errors like "Image failed...