-
报错 this.props
-
## Introduction
2022 saw the release of Fabulous 2, a massive upgrade over Fabulous 1.
We have revised the whole architecture to bring users a much better declarative UI DSL inspired by SwiftUI,…
-
We're currently dealing with the issues of building a flexible theming solution for a big React app and when I landed on react-toolbox I found the style as a dependency pattern to be very close to our…
-
### Description
Dependency issue while creating new react native app using native base template.
### CodeSandbox/Snack link
https://snack.expo.dev/adnansiddiq
### Steps to reproduce
1.…
-
## 💥 Proposal
We can make swizzle something similar to [`yarn patch`](https://yarnpkg.com/cli/patch): it lets you change a file and only records the diff. During an upgrade, if there's a "merge…
-
Consider the following example
Button.js
```jsx
const styles = require('./Button.styl');
export default () => ;
```
Button.styl
```styl
@import './src/styles/variables.styl';
.button {
…
-
### Description
Intellisense doesn't work for some props because TypeScript for these props are not correct.
### CodeSandbox/Snack link
No need.
### Steps to reproduce
Props like `justifyContent`…
-
This is my component . I use jest to test it as simple as possible . but got the error when it go to the Ionicons component . createIconSet .
```
const HeaderBackButton = ({ navigation, color …
-
What is the recommended approach to integrating whirlwind with react navigation?
React navigation supplies its own theming solution:
```
{children}
```
and a `useTheme` hook.
-