-
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 32,195 public repositories matching this topic...
-
Updated
May 5, 2022
-
Updated
May 8, 2022 - JavaScript
这个特性解决了什么问题?
能够让Textarea属性同步支持字节小程序
confirm-type
show-confirm-bar
bindconfirm
bindlinechange
等等
这个 API 长什么样?
能够让Textarea属性同步支持字节小程序
confirm-type
show-confirm-bar
bindconfirm
bindlinechange
🚀 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 18, 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 17, 2022 - TypeScript
Update visual date formatting for custom status expiry to 2021-06-28 (ensure month and day are always double digits by adding 0 in front when needed)
If you're interested please comment here and come [join our "Contributors" community channel](https://community.mattermost
-
Updated
May 19, 2022 - TypeScript
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={
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
May 17, 2022 - JavaScript
-
Updated
May 11, 2022 - JavaScript
-
Updated
May 19, 2022 - TypeScript
Fixes: #21265
move avatar border outside the image in full profile. Instead of using the border which overlap / overflow over the background content, I used outline.
Fixes: #21265
Screenshots and screen captures:
fixed



Describe the bug
The
validateArgsmethod inlib/router/src/utils.tsis usingVALIDATION_REGEXP,NUMBER_REGEXP,HEX_REGEXPorCOLOR_REGEXPpattern to determine whether thestringvalue is validated or not, but any string which not match those pattern (like something with+prefix or some character that is not in Alphabet) will not be validated and be dropped in future actions.