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 31,722 public repositories matching this topic...

storybook
idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

ggpcn
ggpcn commented Apr 25, 2022

这个特性解决了什么问题?

腾讯QQ小程序增加了若干open-type 的合法值,详见https://q.qq.com/wiki/develop/miniprogram/component/form/button.html

这个 API 长什么样?

比如目前QQ小程序支持添加频道的open-type有效值openGuildProfile,taro暂时还未支持,希望能够同步补全目前缺失的值。

enhancement good first issue V-3 T-qq
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

joplin
steel-steven-87
steel-steven-87 commented Feb 16, 2022

Environment

Joplin version: 2.6.10
Platform: Linux

Steps to reproduce

  1. Create a notebook structure like this:
  • Project 1
    • Archived
  • Project 2
    • Archived
  1. Create a note.
  2. Use "Move to notebook" option.
  3. Type "archived" in the search box.
  4. It is not possible to distinguish which parent the child notebook belongs to, see the image:
    ![screenshot](https://u
enhancement good first issue medium
mattermost-server
mattermod
mattermod commented Apr 14, 2022

Environment: master, rc.test

Steps:

  1. Participate or follow a thread in channel1
  2. Archive channel1
  3. Open global threads and view the thread from step 1.

Expected: Text "You are viewing.." with proper spacing on the left and update the text text as per the design. Please ensure the fix applied to the Thread Viewer and the RHS

Observed: No spacing/margin, text butts against the div

Difficulty/1:Easy Good First Issue Help Wanted PR Exists
react-native-elements
SampsonCrowley
SampsonCrowley commented Mar 15, 2021

Current Behavior

the current DrawerItem passes accessibilityState to Link. this is an invalid attribute for role="link"

Expected Behavior

also exclude accessibilityState from Link in the default DrawerItem

all that really needs to be done is add a line under [this line](https://github.com/react-navigation/react-navigation/blob/0fce8eb2a1e682194d574c65f3366f72e23f2

react-native-windows

Created by Facebook

Released January 2015

Latest release 14 days ago

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

Related Topics

reactjs