The Wayback Machine - http://web.archive.org/web/20201214235929/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 22,902 public repositories matching this topic...

storybook
lexsoft00
lexsoft00 commented Oct 22, 2020

Describe the bug
Storybook --host attribute it changes localhost where it should change network host.

start-storybook -h 192.168.89.89 -p 9009
Local:            http://192.168.89.89:9009
On your network:  http://10.0.2.15:9009

The expected result should be like the one bellow

Local:            http://localhost::9009/ 
On your network:  http://192.168.89.89:9009
ilzhi
ilzhi commented Aug 12, 2020

相关平台




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
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
haardikdharma10
haardikdharma10 commented Nov 28, 2020

Help contribute to the Incident Management Plugin!

Today, running /incident commander [@username] from within a non-incident channel shows the following message:

You can only show the commander from within the incident's channel.

Let’s change this to:

`You can only see the commander from within the incident's ch

Created by Facebook

Released January 2015

Latest release 14 days ago

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

Related Topics

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