The Wayback Machine - https://web.archive.org/web/20211023181527/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 28,557 public repositories matching this topic...

storybook
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

Daeraxa
Daeraxa commented Sep 19, 2021

Environment

Mobile

Joplin 2.3.4
Database v39
Android 11
USING BETA EDITOR

Desktop

Joplin 2.3.5 (prod, win32)
Client ID: a4ed20b9be424a1c8c3e5f3cc355c345
Sync Version: 3
Profile Version: 39
Keychain Supported: Yes
Revision: 819af3c
Windows 10

Steps to reproduce

  1. Create new note and start typing title manually
  2. Press 'return' and continue typing - repeat
    3
mattermost-server
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

swr
morgs32
morgs32 commented Oct 19, 2021

Bug report

In the docs: https://swr.vercel.app/docs/conditional-fetching
We should be able to return a falsy value from the function to NOT fetch.
But it looks like the function is supposed to return null.
Can we make it expect falsy?

Description / Observed Behavior

When your key function returns a falsy value it's a typescript issue

Expected Behavior

According to the docs, I e

alya
alya commented Oct 20, 2021

Expanding the compose box (by clicking ^ in the upper right of the compose box) is a relatively new feature, and needs to be documented.

We should add a documentation page titled "Resize the compose box", indexed just below "Open the compose box". It should provide instructions (in separate sections) for how to:

  1. Expand the compose box
  2. Collapse the compose box
  3. Stretch the compose b
react-native-windows

Created by Facebook

Released January 2015

Latest release 8 days ago

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

Related Topics

reactjs