The Wayback Machine - https://web.archive.org/web/20201001164958/https://github.com/topics/react-native
Skip to content
#

React Native

react-native logo

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 21,508 public repositories matching this topic...

storybook
AlokTakshak
AlokTakshak commented Aug 16, 2020

Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined

To Reproduce
Steps to reproduce the behavior:

  1. ng new ng-ui --create-application=false
  2. cd ng-ui
  3. ng g lib button -p ui
  4. npx -p @storybook/cli sb
Rychou
Rychou commented May 6, 2019

问题描述
最近使用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

formik
krichter722
krichter722 commented Apr 19, 2020

🚀 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

mattermost-server
mickmister
mickmister commented Sep 30, 2020

Summary

Since buttons inside a form tag are treated as submit buttons by default, any button in the system console not labeled as type='button' is treated is a submit button. Pressing enter (even when the button does not have focus) results in a click of the button. This causes a plugin's generated secret to unintentionally regenerate for example. Each non-submit button needs to have `ty

showell
showell commented Sep 30, 2020

This is a pretty newbie-friendly task for somebody with frontend experience.

If you want to invite folks to Zulip, we have an option to generate an invitation link that you can send to your friends. In this dialog we show the link, but we don't have a convenient copy-to-clipboard icon.

In almost all cases the use case for the invite link is to generate it and then copy/paste it somewhere el

Created by Facebook

Released January 2015

Latest release 2 days ago

Repository
facebook/react-native
Website
reactnative.com
Wikipedia
Wikipedia

Related Topics

reactjs
You can’t perform that action at this time.