-
Updated
Feb 16, 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 24,005 public repositories matching this topic...
-
Updated
Feb 19, 2021
-
Updated
Feb 19, 2021 - JavaScript
相关平台
微信小程序
复现仓库
https://github.com/li-z/taro-bug
小程序基础库: 2.12.0
使用框架: React
复现步骤
运行项目后点击跳转到详情页,然后返回首页。然后触发子组件的 onClick 事件时,回调函数却还是详情页的函数。去掉id属性后正常。
期望结果
有无id属性都应正常
实际结果
有id属性异常
环境信息
Taro CLI 3.0.7 environment info:
System:
OS: macOS
Taro能使用wxs吗?
-
Updated
Feb 18, 2021 - Swift
🚀 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
Feb 19, 2021 - TypeScript
Currently, the Ctrl+Shift+B shortcut is assigned to focus the note editor. However, when the current layout is viewer-only, it doesn't make sense to focus the editor. Instead it should focus the viewer panel.
-
Updated
Feb 17, 2021 - JavaScript
Summary
The intent is that the API for the client config return values that are logically boolean as JSON values true or false rather than string values "true" or "false".
Steps to reproduce
Request the client config from the API:
curl 'https://community-daily.mattermost.com/api/v4/config/client?format=old'Expected behavior
Values are returned
Related: react-navigation/react-navigation#8160
We have a similar guide for React Router + Netlify https://github.com/expo/examples/tree/master/with-react-router#deploying-to-netlify
We should also have one for Now:
- Create
now.json:
{
"version": 2,
"routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }]
}-
Updated
Feb 15, 2021 - JavaScript
-
Updated
Feb 19, 2021 - TypeScript
A bit of context, we introduced swr two weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)
We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Java
-
Updated
Feb 19, 2021 - C++
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 11, 2021 - TypeScript
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Feb 19, 2021 - Objective-C
-
Updated
Feb 17, 2021 - Objective-C
-
Updated
Jan 19, 2021 - TypeScript
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Feb 17, 2021 - TypeScript
Created by Facebook
Released January 2015
Latest release 3 months ago
- Repository
- facebook/react-native
- Website
- reactnative.dev
- Wikipedia
- Wikipedia




Currently when I type a "?" (shift-/) in a text control, the search grabs focus which is weird/unexpected.
Video: https://www.loom.com/share/85c235336c514658805e4b5d1ff6ab93
Search should only grab focus if the current target is not an input element.
Introduced in storybookjs/storybook#13884 cc @ghengeveld