react-native
react-native copied to clipboard
A framework for building native applications using React
### Description $ jest FAIL src/un-authorised/__tests__/signin.test.tsx ● Test suite failed to run TypeError: Cannot read property 'bind' of undefined at Object. (node_modules/react-native/Libraries/Utilities/createPerformanceLogger.js:60:55) at Object. (node_modules/react-native/Libraries/ReactNative/AppRegistry.js:22:1) FAIL src/un-authorised/__tests__/app.test.tsx ● Test suite...
### Description ### Version 0.63.3 ### Output of `npx react-native info` info Fetching system and libraries information... System: OS: macOS 12.3.1 CPU: (10) arm64 Apple M1 Pro Memory: 67.80 MB...
### Description I'm trying to setup react-native as documentation instruction, installed the following apps; - Git-2.35.1.2-64-bit - MSVC 2013 X86 - V12.0.30501 - MSVC 2013 X64 - V12.0.30501 - MSVC...
### Description App crashes on restart almost without fail with the message `'SamplingProfiler should be destroyed on the same thread it is created'` ### Version 0.69.6 ### Output of `npx...
### Is this a bug report? Yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? Yes ### Environment Environment: OS: macOS Sierra 10.12.6 Node: 8.4.0 Yarn: 1.0.1 npm: 5.4.1 Watchman: 4.5.0...
## Description After I try to install a npm library I saw a heavy list of vulnerabilities which was mostly pointing to set-value issue https://snyk.io/vuln/SNYK-JS-SETVALUE-1540541. I tried setting up a...
Summary: **This Diff require a bump in the react-native-codegen (including this [commit](https://github.com/facebook/react-native/commit/7680bdeb4f96a8092393372a59c77a9d7b729cae)) to work** This diff sets up iOS and Android to pass their platform to the codegen so that...
### Description Error reported: `Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT. Investigate ways to avoid priority inversions`. Using Xcode Version 14.0 beta 4 (14A5284g)....
## Summary Renamed react-native-codegen package to @react-native/codegen and updated references, without changing the folder name; part of RFC480 (#34692). Follow-up from https://github.com/facebook/react-native/pull/34578 ## Changelog [General] [Changed] - Renamed react-native-codegen package...
### Description Hello everyone, I think this problem has been around for a long time, during fetching the API response, React Native will freeze the UI, no matter if you...