-
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,041 public repositories matching this topic...
-
Updated
Sep 21, 2021
-
Updated
Sep 17, 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
Sep 28, 2021 - Swift
-
Updated
Sep 28, 2021 - TypeScript
TBH these white splashes are quite painful.
This usercss helps:
.tox .tox-dialog-wrap__backdrop {
background-color: #303030 !important;
}
Though I think that should work out of the box. Could you fix that?
Thanks
<img width="1533" alt="Screenshot 2021-08-14 at 16 01 35" src="https://user-images.githubusercontent.com/295225/129450537-77840706-6909-446a-8aaa-d8c0cee81b1
-
Updated
Sep 28, 2021 - TypeScript
-
Updated
Sep 27, 2021 - TypeScript
getPrepackagedPlugin throws an unrecoverable error when a plugin manifest specifies an icon path that doesn’t exist. But installing that plugin via the marketplace doesn’t throw the same error, instead just logging a warning. Let’s change this to have warn semantics instead.
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
Sep 28, 2021 - JavaScript
Currently use scripts to install node_modules and next inside examples, and run them with require hooks to debug with local swr assets. It's not deal since it's too complicated and not scalable.
Goal
- Find a better way to debug with example / test case with local swr
- Less dependencies and easy setup
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Sep 28, 2021 - TypeScript
-
Updated
Sep 29, 2021 - TypeScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Sep 24, 2021 - Java
In the Streams menu, we offer advice for creating streams: "First time? Read our guidelines for creating and naming streams."
This hint should have a wider margin specified. The margin issue has no impact in English, but can be seen at certain widths in a language like Russian that has longer text in this space:
<img width="1031" alt="Zulip_-_Zulip_Community" src="https://user-images.githubu
facebook/react-native@1d92454 Adds 2 new events to <Text>
- onPressin/onPressOut
. We could add them too.
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Jun 25, 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
Sep 28, 2021 - Objective-C
-
Updated
Sep 24, 2021 - Objective-C
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Sep 23, 2021 - TypeScript
Created by Facebook
Released January 2015
Latest release about 1 month 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