-
Updated
Jun 13, 2022
{{ message }}
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.
A collection of awesome things regarding React ecosystem
Awesome React Native components, news, tools, and learning material!
钉钉小程序
使用框架: React
3.4版本升级至3.5
升级成功
升级失败
👽 Taro v3.5.0-beta.0
Taro CLI 3.5.0-beta.0 environment info:
System:
OS: Windows 10
Binaries:
Node: 16.14.0 - D:\Program Files\nodejs\node.EXE
Yarn: 1.22.17 - C:\Users\caiju\AppData\Roamin
The type ErrorMessage doesn't have an id property.
It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.
Add id={this.props.id} to the outer component in ErrorMessage.
The desktop app allows free customisation of the basic layout via the toggleLayoutMoveMode command (bound to View > Change application layout toolbar menu) which allows movement of the various panels and can permit vertical, horizontal or mixed layouts. The application also supports toggling the visibility of the notebook list and notelist.
The terminal app is otherwise relatively static, the
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Repro: Paste a channel ID in the search input field in the System Console > User Management > Channels page
Observed: no results
Expected: allow returning results based on the channel ID (currently it only matches on the channel name)
If you're interested please comment here and come [join our "Contributors" community channel]
React Hooks for Data Fetching
Is your feature request related to a problem? Please Describe.
Add accessibilityHint and accessibilityLabel support to ButtonGroup buttons. Currently when I try to pass in a custom button component like this to the ButtonGroup buttons prop:
const buttons = [
(
<Text
accessibilityHint={translate('ARIA HINT - Tap to search by podcast title')}
accessibilityLabel={
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
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
React Native Components and APIs for the Web
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
This PR adds a function to disable the subscribers tab for private
streams if a user is not subscribed to the stream and is not an admin.
We also live update the state of subscribers tab on changing privacy
of stream.
Completing #21537 opened by @Zoronium. Made a few improvements to
directly use can_view_subscribers function, enabling "General" tab in case
subscribers tab was opened when
Customizable Icons for React Native with support for image source and full styling.
Lottie wrapper for React Native.
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.
The API and real-time application framework
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.
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
React Native Mapview component for iOS + Android
Create React Native apps that run on iOS, Android, and web
A complete native navigation solution for React Native
Created by Facebook
Released January 2015
Latest release about 1 month ago
aria-expanded is meant to be used with button, or some other role. It is currently be added to the parent div with no role making the attribute ineffective.
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded#associated_roles
Moving the aria-expanded to the button that does the expanding will provide better accessibility to those using screen readers.