-
Updated
May 25, 2021
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 25,827 public repositories matching this topic...
-
Updated
Jun 5, 2021
-
Updated
May 20, 2021 - JavaScript
相关平台
支付宝小程序
小程序基础库: 2.0
使用框架: React
复现步骤
taro中编写自定义组件,通过taro build native-components --type alipay打包,打包后的组件拷贝至支付宝小程序中无法显示
期望结果
taro编译后的自定义组件可以在支付宝小程序中正常使用
实际结果
taro编译后的自定义组件在支付宝小程序中无法显示,
而且会报错误信息不能添加属性data
环境信息
Taro CLI 3.2.7 environment info:
Syst
🚀 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
Jun 5, 2021 - Swift
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 5, 2021 - 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
Jun 5, 2021 - JavaScript
The documentation for mutate talks about local mutation for faster feedback, but the documented way to use it only mutates after a promise has resolved - in other words, not immediately.
As a result, I've found myself writing code in this kind of pattern:
mutate(path, { ...data, patch }, false); // mutate immediately, don't revalidate
await patchData(patch); // await the -
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
May 28, 2021 - JavaScript
-
Updated
Jun 3, 2021 - Java
The following assert in dispatch.js should be replaced with assert.equal. assert being present there instead of assert.equal is a bug.
{
event = event_fixtures.update_display_settings__default_view_all_messages;
page_params.default_view = "recent_topics";
dispatch(event);
assert(page_params.default_view, "all_messages");
}facebook/react-native@1d92454 Adds 2 new events to <Text> - onPressin/onPressOut. We could add them too.
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
May 28, 2021 - JavaScript
-
Updated
May 22, 2021 - JavaScript
-
Updated
Jun 5, 2021 - TypeScript
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Jun 3, 2021 - Objective-C
-
Updated
Jun 3, 2021 - Objective-C
-
Updated
May 15, 2021 - TypeScript
-
Updated
May 25, 2021 - TypeScript
Created by Facebook
Released January 2015
Latest release 3 days ago
- Repository
- facebook/react-native
- Website
- reactnative.dev
- Wikipedia
- Wikipedia



Resetting with the zoom tool in the mobile viewport simulation does not appropriately reset the body size.
As you can see here, this causes overflow after zooming and resetting that does not occur before using the zoom tool.
https://user-images.githubusercontent.com/77058599/119552907-09e2b400-bd69-11eb-9d9e-2f8d5a0d1443.mov
To Reproduce
This works in the default angular storybook repr