-
Updated
Sep 8, 2021
{{ 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!
微信小程序
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"
编译成功
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.
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.
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
Cross-Platform React Native UI Toolkit
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
React Native Components and APIs for the Web
We can use mark the properties of the SWR return state readonly, to avoid modifying them. For example it's dangerous to directly modify the data object, which could cause an infinite loop of rerender.
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
Customizable Icons for React Native with support for image source and full styling.
Lottie wrapper for React Native.
In some cases, one needs to copy specific bits of information for a bot in order to set things up. E.g. for Matterbridge: https://github.com/42wim/matterbridge/wiki/Section-Zulip-%28basic%29
In the Settings > Bots menu, it would be very nice to add a "copy" button in two places:
facebook/react-native@1d92454 Adds 2 new events to <Text> - onPressin/onPressOut. We could add them too.
A framework for real-time applications and REST APIs with JavaScript and TypeScript
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
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"Create React Native apps that run on iOS, Android, and web
React Native Mapview component for iOS + Android
A complete native navigation solution for React Native
Created by Facebook
Released January 2015
Latest release Today
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