-
Updated
Apr 6, 2022
React Native

React Native is a JavaScript mobile framework developed by Facebook. It allows developers to build Android and iOS mobile apps using JavaScript and reuse code across web and mobile applications.
Here are 31,929 public repositories matching this topic...
-
Updated
May 5, 2022
-
Updated
Mar 6, 2022 - JavaScript
input 支持auto-fill属性
这个特性解决了什么问题?
项目用到了微信小程序相关的城市服务快速填写组件,目前用了taro-plugin-inject 做了input 属性的注入,希望后续可以直接支持这个属性。
这个 API 长什么样?
input 支持auto-fill属性,目前编译出来input标签上没有这个属性
🚀 Feature request
Current Behavior
The type ErrorMessage
doesn't have an id property.
Desired Behavior
It'd be nice id?: string
would be added to the type ErrorMessage
and set on the outermost component that serves as error message.
Suggested Solution
Add id={this.props.id}
to the outer component in ErrorMessage
.
Who does this impact? Who is this
-
Updated
May 5, 2022 - Swift
The desktop app allows free customisation of the basic layout via the toggleLayoutMoveMode
command (bound to View > Change application layout
toolbar menu) which allows movement of the various panels and can permit vertical, horizontal or mixed layouts. The application also supports toggling the visibility of the notebook list and notelist.
The terminal app is otherwise relatively static, the
-
Updated
May 5, 2022 - TypeScript
-
Updated
May 5, 2022 - TypeScript
Environment: master, rc.test
Steps:
- Participate or follow a thread in channel1
- Archive channel1
- Open global threads and view the thread from step 1.
Expected: Text "You are viewing.." with proper spacing on the left and update the text text as per the design. Please ensure the fix applied to the Thread Viewer and the RHS
Observed: No spacing/margin, text butts against the div
Is your feature request related to a problem? Please Describe.
Add accessibilityHint and accessibilityLabel support to ButtonGroup buttons. Currently when I try to pass in a custom button component like this to the ButtonGroup buttons prop:
const buttons = [
(
<Text
accessibilityHint={translate('ARIA HINT - Tap to search by podcast title')}
accessibilityLabel={
-
Updated
May 6, 2022 - TypeScript
Current Behavior
the current DrawerItem
passes accessibilityState
to Link
. this is an invalid attribute for role="link"
Expected Behavior
also exclude accessibilityState
from Link
in the default DrawerItem
all that really needs to be done is add a line under [this line](https://github.com/react-navigation/react-navigation/blob/0fce8eb2a1e682194d574c65f3366f72e23f2
-
Updated
Apr 30, 2022 - JavaScript
-
Updated
May 5, 2022 - JavaScript
-
Updated
May 6, 2022 - TypeScript
-
Updated
May 6, 2022 - TypeScript
In the "Subscribers" part of the stream creation UI, the "Remove" button for modifying the list of users to add to the stream is red:
We should make it regular text color instead (similar to the "Cancel" button), as the user is still creating the stre
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
May 5, 2022 - Java
The "src" directory contains a number of JS files that are added to the base copy of RN. It is not a complete source tree itself. Renaming to "patches" would increase clarity of intent, and follow OSS "patch-package" conventions.
-
Updated
May 5, 2022 - TypeScript
It would be useful to add the current Expo version to the ignite-cli doctor
output.
Relatively straightforward update, if anyone wants to take this on.
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
May 6, 2022 - Objective-C
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
May 3, 2022 - Objective-C
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 29, 2022 - TypeScript
Created by Facebook
Released January 2015
Latest release 23 days ago
- Repository
- facebook/react-native
- Website
- reactnative.dev
- Wikipedia
- Wikipedia
Describe the bug
In Firefox, the zoom feature uses
transform
styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixed
when in the "Docs" view.Normally a
position: fixed
element's position would correspond to the viewport but in Firefox it corresponds to the element with thetransform
style.