-
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,001 public repositories matching this topic...
-
Updated
Oct 19, 2020
-
Updated
Oct 11, 2020 - JavaScript
Taro能使用wxs吗?
问题描述
最近使用movable-view
做了一个拖拽排序的功能,但是由于需要touchmove
事件频繁setState
来更新movable-view
的坐标,导致Android
的上的性能体验很差,IOS
不会。
看了微信的文档,这种情况可以使用WXS
来解决,请问Taro
中能否使用WXS
?如何使用呢?
参考文档: https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html
https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips.html
🚀 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
Oct 18, 2020 - Swift
-
Updated
Oct 19, 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-
Reproduced on mysql.test, 5.24 release branch. I don't think it's a regression and not urgent - just bad grammar as only one user is creating an account?
Steps:
- Ensure the team you are inviting to is closed and has the domain in
Allow only users with a specific email domain to join this team
set tomattermost.com
(both in Main Menu > Team Settings) - Copy the invite link to the team f
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
Oct 18, 2020 - TypeScript
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 19, 2020 - C++
When i clicked 1 time on stream topics its sub topics gets opened like file structure ,to Toggle back it , i have to click on another topic. But feature called double click toggle back looks nice here.
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Oct 19, 2020 - Objective-C
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Oct 18, 2020 - Objective-C
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Oct 16, 2020 - Java
Created by Facebook
Released January 2015
Latest release 20 days 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: