react-native
react-native copied to clipboard
A framework for building native applications using React
## Description When creating a DateTime object using a string without timezone information (e.g. taking a user entered date and/or time), Android treats the passed string as UTC, iOS treats...
## Requires API Proposal This issue may require a new API, or a change to an existing API. An API proposal should be added and discussed before proceeding with implementation....
## Description Related? #23614 #23615 Setting `zIndex` on items of a `FlatList` yields no result across different rows. However, it does work in the same row across it's columns if...
## Summary This pull request migrates the dimensions example to using React Hooks. ## Changelog [General] [Changed] - RNTester: Migrate Dimensions to hooks ## Test Plan The animation works exactly...
### Description simply `npx react-native init` command doens't work. I am using a Macbook pro 16 inch 2019 intel, with Monterey 12.6 macOS version. I installed ruby 3.1.2 which is...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description I can no longer build a react bundle, it gets to...
Summary: This Diff remove the assert on the initializer in the EventEmitter in place of a more idiomatic check when the method is invoked. It aims to solve an internal...
Summary: I've rewritten the comment in the android/app/build.gradle. They were really old, contained wrong links and most of the people ignored it. I've also moved the enabling of Hermes to...
## Summary Small PR with bump to the new versions of CLI and Metro in preparation of the branch cut for 0.71. While at it, did a cheeky `npx yarn-deduplicate`...
Summary: Changelog: [General][Fixed] [react-native-codegen] react-native-codegen : Add Map / indexed object support for TypeScript parser In flow we can expose Maps via the following syntax in TM specs ` +getMap:...