-
Is it possible to request for an example jest test to be added to the expo, ts template ?
-
**Describe the bug**
When the toast is displayed for the second time, an error will occur.
**To Reproduce**
```js
{
toast.success('ok')
}}
>
…
-
## What I did
After installing `@dev-plugins/react-navigation` in expo project, I added these 2 lines according to documentation:
![Screenshot 2024-06-03 at 13 12 30](https://github.com/expo/dev-plu…
-
### Description
yarn start 运行创建全新的app时,样式没有生效
### CodeSandbox/Snack link
null
### Steps to reproduce
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
### gluestack-u…
-
Bundling for iOS fails after upgrading to 4.1. Here's what I see in the output:
```
nativewind getTransformOptions.dev true +21s
nativewind getTransformOptions.platform ios +0ms
nativewind ge…
vktrl updated
3 weeks ago
-
Hello
## Description
The TailwindCSS CLI fails to execute commands when the project is located in a directory path containing spaces. This issue occurs during the build process, as paths with spac…
-
Following the instructions here https://www.nativewind.dev/getting-started/react-native
```
error: SyntaxError: /lib/global.css: Leading decorators must be attached to a class declaration. (1:10)
…
-
I have installed a project with nativewind , firebase and drawer + tabs navigator , and on drawer-navigator.tsx there is a typescript error :
Type '({ navigation }: Props) => Element' is not assi…
-
**Describe the bug**
even i walked thougth docs steps and i'm getting this error
**Reproduction**
Please see our contribution guide: https://github.com/nativewind/nativewind/blob/main/contrib…
-
**Describe the bug**
When you want to override a "default" style set on breakpoint, the priority applied is not the same as in the V2, it always takes the "breakpoint" style, see example below.
**…