-
Updated
Apr 6, 2022
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 31,722 public repositories matching this topic...
-
Updated
Apr 17, 2022
-
Updated
Mar 6, 2022 - JavaScript
这个特性解决了什么问题?
腾讯QQ小程序增加了若干open-type 的合法值,详见https://q.qq.com/wiki/develop/miniprogram/component/form/button.html
这个 API 长什么样?
比如目前QQ小程序支持添加频道的open-type有效值openGuildProfile,taro暂时还未支持,希望能够同步补全目前缺失的值。
🚀 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
Apr 26, 2022 - Swift
Environment
Joplin version: 2.6.10
Platform: Linux
Steps to reproduce
- Create a notebook structure like this:
- Project 1
- Archived
- Project 2
- Archived
- Create a note.
- Use "Move to notebook" option.
- Type "archived" in the search box.
- It is not possible to distinguish which parent the child notebook belongs to, see the image:
, as the user is still creating the stre
-
Updated
Apr 26, 2022 - Java
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
Apr 26, 2022 - TypeScript
It would be useful to add the current Expo version to the ignite-cli doctor output.
Relatively straightforward update, if anyone wants to take this on.
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Apr 24, 2022 - Objective-C
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Apr 25, 2022 - Objective-C
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
Apr 23, 2022 - TypeScript
Created by Facebook
Released January 2015
Latest release 14 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.