-
Updated
Sep 4, 2020
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 22,419 public repositories matching this topic...
-
Updated
Nov 10, 2020
-
Updated
Nov 5, 2020 - 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
Nov 8, 2020 - 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
Nov 11, 2020 - TypeScript
The documentation of all components lists the props
as well as their usage. It would be great if we arrange the props
list alphabetically to make it easier to find the required props.
Just like the expo docs and others.
Proposed Fix
The docs are written using markdown
and can be found [here](https://github.com/react-
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted
issue is to modify all files in components/announcement*bar/version*bar
(not sub-directories included) 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.
js
tots
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" }]
}
In the latest stable build of Joplin, Joplin 1.1.4 (prod, win32), the new codemirror has unexpected highlighting between colons (:).
Joplin for Desktop
Copyright © 2016-2020 Laurent Cozic
Joplin 1.1.4 (prod, win32)
Client ID: b7a727facab94c808ab6610bcaf5582
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
Nov 5, 2020 - Java
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 11, 2020 - C++
This is the settings widget on the left sidebar:
As is clearly seen in the GIF, the tooltip flickers on hovering, and it's not possible to click the icon, because the tooltip eats the click. This is similar to zulip/zulip#16438.
Proposed s
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Nov 4, 2020 - TypeScript
-
Updated
Nov 11, 2020 - Objective-C
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Nov 4, 2020 - Objective-C
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Oct 25, 2020 - TypeScript
-
Updated
Oct 25, 2020 - Java
Created by Facebook
Released January 2015
Latest release about 1 month ago
- Repository
- facebook/react-native
- Website
- reactnative.com
- 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
@default
tag to describe the default valueHowever, nothing happens when I use the
@deprecated
tag.Describe the solution you'd like
Some ideas: