-
Updated
Sep 8, 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 29,216 public repositories matching this topic...
-
Updated
Nov 22, 2021
-
Updated
Nov 22, 2021 - 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
Nov 30, 2021 - 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
Nov 29, 2021 - TypeScript
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Nov 22, 2021 - TypeScript
When a user uninstall an existing plugin and install same plugin from market then by click on the config user can see that its enable but in real time its disable. its showing wrong setting.
Steps to reproduce:
- Remove e.g.the GitHub plugin.
- From the Marketplace, install the GitHub plugin. (sometime i have to click 2 times on install button from the market)
- Click on the Config and user
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
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 -
Updated
Nov 10, 2021 - JavaScript
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Nov 26, 2021 - TypeScript
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Nov 23, 2021 - Java
In delete_realm_export, we assert that the export has extra_data on it:
https://github.com/zulip/zulip/blob/30f2d50f1f5255ee3c3200d6f88ba8dbea6bc4dd/zerver/views/realm_export.py#L94
This is only set after the export is complete:
https://github.com/zulip/zulip/blob/30f2d50f1f5255ee3c3200d6f88ba8dbea6bc4dd/zerver/worker/queue_processors.py#L1000-L1006
The combination of these means that
The "src" directory contains a number of JS files that are added to the base copy of RN. It is not a complete source tree itself. Renaming to "patches" would increase clarity of intent, and follow OSS "patch-package" conventions.
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Nov 16, 2021 - JavaScript
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
Nov 24, 2021 - TypeScript
-
Updated
Nov 26, 2021 - Objective-C
-
Updated
Nov 30, 2021 - Objective-C
Top-down animation
Hello all, there is default animation from left to right, but is there some way how to make top-down animation?
-
Updated
Nov 29, 2021 - TypeScript
Created by Facebook
Released January 2015
Latest release 21 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.