-
Updated
Dec 7, 2021
React Native
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 30,097 public repositories matching this topic...
-
Updated
Jan 22, 2022
-
Updated
Jan 22, 2022 - JavaScript
相关平台
微信小程序
复现仓库
https://github.com/yangxudong-functorz/taro_issues/blob/main/issue1.ts
小程序基础库: 2.17.3
使用框架: React
复现步骤
直接只用 npm run build:weapp, 报错: Module not found: Can't resolve '"},"path":"....../xxx.config.ts"
期望结果
编译成功
🚀 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
-
Updated
Jan 24, 2022 - Swift
Mobile allows CRs in title which is inconsistent behaviour with desktop + can lead to data loss
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
- Create new note and start typing title manually
- Press 'return' and continue typing - repeat
3
-
Updated
Jan 24, 2022 - TypeScript
-
Updated
Jan 24, 2022 - TypeScript
What I Did
I have a <ListItem.Input> that I would like to focus() when another element is clicked. I used useRef() to create the ref.
function SampleItem(props) {
const reff = useRef(null);
return (
<ListItem>
<ListItem.Content>
<Button
title="Focus the input"
onPress={() => {
reff.current.focus();
}}
When click the link "documentation for configuration steps" in the Zoom plugin settings page in the system console:
Expected: The Zoom plugin docs open in a new tab
Observed: The docs open in the same tab, so the user is forced to leave Mattermost
Note: Please make sure that MM links are opened inside MM (do not open a new browser tab).
If you're interested please comment here and come [
-
Updated
Jan 23, 2022 - TypeScript
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
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 24, 2022 - TypeScript
-
Updated
Jan 24, 2022 - TypeScript
-
Updated
Jan 3, 2022 - JavaScript
As reported by @Rishabh-792 here, there are two minor issues in the bot management modal:
- At present, the "Remove owner" link is always shown. We should not show the link when there is no owner.
- The "Save changes" button should be disabled when no changes have been made.
It's fine to
-
Updated
Jan 24, 2022 - Java
it looks like the e2e test app is referencing the boost nuget package (which is for C++ code), but the e2e test app is C#.
Moreover it isn't clear why we need a packages.config for a C# project, the project should be using PackageReference already anyway
-
Updated
Jan 25, 2022 - TypeScript
We should discuss/consider using baseUrl in our tsconfig so we can change imports like this:
import { Thing } from "../../components/thing"to this
import { Thing } from "components/thing"-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 16, 2022 - Objective-C
-
Updated
Jan 20, 2022 - TypeScript
-
Updated
Jan 18, 2022 - Objective-C
-
Updated
Jan 17, 2022 - TypeScript
-
Updated
Jan 20, 2022 - TypeScript
Created by Facebook
Released January 2015
Latest release 4 days ago
- Repository
- facebook/react-native
- Website
- reactnative.dev
- Wikipedia
- Wikipedia


Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.