-
Updated
Jan 13, 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 23,510 public repositories matching this topic...
-
Updated
Jan 22, 2021
-
Updated
Jan 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吗?
🚀 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
Jan 21, 2021 - Swift
-
Updated
Jan 22, 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
Jan 22, 2021 - JavaScript
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify components/activity*log*modal and associated test files.
Below is a checklist of items you should be doing to migrate:
- < ] Rename the files to their associated TypeScript extensions (ie.
jstots,jsxtotsx) - Update any components u
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
Jan 22, 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
Jan 22, 2021 - TypeScript
-
Updated
Jan 22, 2021 - JavaScript
-
Updated
Jan 22, 2021 - JavaScript
-
Updated
Jan 20, 2021 - Java
-
Updated
Jan 18, 2021 - TypeScript
-
Updated
Jan 22, 2021 - C++
We should display a notice on whether the user's email address will be public to other members of the organization (according to the "Email address visibility" setting) on the account registration page. I'm not sure what the best visuals are for this; options include:
- A
?icon with a popover explaining this detail next to the "Email" field - A line of text below the "Email" field.
Text c
-
Updated
Jan 9, 2021 - JavaScript
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Jan 21, 2021 - Objective-C
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Jan 19, 2021 - TypeScript
-
Updated
Jan 20, 2021 - TypeScript
-
Updated
Jan 14, 2021 - JavaScript
Created by Facebook
Released January 2015
Latest release about 2 months ago
- Repository
- facebook/react-native
- Website
- reactnative.dev
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: