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 24,218 public repositories matching this topic...

storybook
paulathevalley
paulathevalley commented Feb 23, 2021

Describe the bug
When applying a dark theme to the Docs page, the table still has white and light gray background colors. This obviously ruins the readability of the table as the text color is also a light gray. There is a hardcoded background-color: white; value applied to the table tr element.

To Reproduce
Steps to reproduce the behavior:

  1. Use a dark theme for the docs page
aniu2016
aniu2016 commented Sep 2, 2020

相关平台

H5

浏览器版本: Mozila/5.0 (Linux;Android 9;V1938CT Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML,like Gecko)Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/8.2.16.1
使用框架: React

复现步骤

在此系统自带的浏览器上, 随机无规律(暂时没找到规律) 部分element显示, 部分element不显示, 刷新后出现的问题也是一致, 在其他手机上(如iphone 6s ios13.3 iphone XSmax 13.6 小米...)

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
mkraft
mkraft commented Feb 1, 2021

Summary

The intent is that the API for the client config return values that are logically boolean as JSON values true or false rather than string values "true" or "false".

Steps to reproduce

Request the client config from the API:

curl 'https://community-daily.mattermost.com/api/v4/config/client?format=old'

Expected behavior

Values are returned

swr
Daiz
Daiz commented Nov 27, 2019

The documentation for mutate talks about local mutation for faster feedback, but the documented way to use it only mutates after a promise has resolved - in other words, not immediately.

As a result, I've found myself writing code in this kind of pattern:

mutate(path, { ...data, patch }, false); // mutate immediately, don't revalidate
await patchData(patch); // await the 
aryanshridhar
aryanshridhar commented Mar 4, 2021

Noticed a minor issue in Czo of gear-menu being active (as if it's being continuously hovered upon) when a app loads.
It occurs when one is present on Recent-topic sidebar and reloads the page/directly opens the app without any query being attached to it.

gear-menu

Created by Facebook

Released January 2015

Latest release 3 months ago

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

Related Topics

reactjs