-
Updated
Jul 22, 2020
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 20,825 public repositories matching this topic...
-
Updated
Aug 21, 2020
-
Updated
Aug 17, 2020 - JavaScript
slot 语法无效
相关平台
微信小程序
小程序基础库: 2.12.0
使用框架: React
复现步骤
组件库是 vant-weapp (所有组件的 slots 都无法使用)
<van-calendar
show={visible}
show-confirm
type="range"
defaultDate={[new Date().getTime() - (7 * 24 * 3600 * 1000), new Date().getTime()]}
onClose={onClose}
onConfirm={(e) => onConfirm(e)}
>
<slot name=
Taro能使用wxs吗?
-
Updated
Aug 25, 2020 - Swift
🚀 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
Aug 25, 2020 - TypeScript
-
Updated
Aug 25, 2020 - JavaScript
Summary
When using a slash command that crashes a plugin, the user receives an unfriendly message.
Observed:
Command with a trigger of '/jira' not found. Click here to send as a message.
Expected:
Plugin for the
jiracommand is not working. Please contact your system administrator.
Ticket Link
Related: react-navigation/react-navigation#8160
We have a similar guide for React Router + Netlify https://github.com/expo/examples/tree/master/with-react-router#deploying-to-netlify
We should also have one for Now:
- Create
now.json:
{
"version": 2,
"routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }]
}Currently, the Ctrl+Shift+B shortcut is assigned to focus the note editor. However, when the current layout is viewer-only, it doesn't make sense to focus the editor. Instead it should focus the viewer panel.
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Jul 30, 2020 - Java
-
Updated
Aug 24, 2020 - JavaScript
A bit of context, we introduced swr two weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)
We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp
-
Updated
Aug 25, 2020 - C++
When creating video call links for Jitsi, an additional slash is getting added between the base Jitsi server URL and the video call ID, i.e. https://meet.jit.si//141518590623948 instead of https://meet.jit.si/141518590623948
-
Updated
Aug 12, 2020 - TypeScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 25, 2020 - Java
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Aug 21, 2020 - Objective-C
-
Updated
Aug 19, 2020 - TypeScript
Move all Travis' scripts to Github actions, and split into two workflows:
- Checks: npm run test and validations
- Release: npm run build and npm run release
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 22, 2020 - Java
Created by Facebook
Released January 2015
Latest release about 1 month ago
- Repository
- facebook/react-native
- Website
- reactnative.com
- Wikipedia
- Wikipedia
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior: