-
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 28,208 public repositories matching this topic...
-
Updated
Oct 6, 2021
-
Updated
Oct 4, 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
Oct 6, 2021 - Swift
-
Updated
Oct 6, 2021 - TypeScript
The file ~/.config/joplin-desktop/log.txt
is never rotated or truncated, and gets included in every Time Machine backup. The longer you've been using Joplin, the slower your backups run.
% cd ~/.config/joplin-desktop
% head -5 log.txt
2021-03-15 21:28:13: App: "Profile directory: /Users/jgreely/.config/joplin-desktop"
2021-03-15 21:28:13: "Database was open successfully"
2021-03-15 2
-
Updated
Oct 7, 2021 - TypeScript
-
Updated
Oct 4, 2021 - TypeScript
When posting a status update, the timestamp may leave the reader with uncertainty as to the day when this event actually occurred:
As compared to a status update that did indeed originate on another day:
![image](https://user-images.githubusercontent.com/1023171/136128045-2605c09
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
Sep 29, 2021 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 7, 2021 - TypeScript
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 1, 2021 - Java
Apparently, in the "Change password" settings UI, if you only fill one of the two password fields, it'll present a "Saving ... Saved!" notice incorrectly. We should instead be presenting an error in the modal asking the user to fill out both password fields.
The code controlling this is likely in static/js/settings_account.js
, in this click handler:
$("#change_password_button").on(
facebook/react-native@1d92454 Adds 2 new events to <Text>
- onPressin/onPressOut
. We could add them too.
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Oct 5, 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
Sep 21, 2021 - TypeScript
-
Updated
Oct 6, 2021 - Objective-C
-
Updated
Oct 7, 2021 - Objective-C
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Oct 5, 2021 - TypeScript
Created by Facebook
Released January 2015
Latest release 5 days ago
- Repository
- facebook/react-native
- Website
- reactnative.dev
- Wikipedia
- Wikipedia
Describe the bug
Some community Storybooks were moved out of the monorepo some time ago. In the README file, the links which refer to them are broken.
To Reproduce