Turner

Results 12 comments of Turner

https://nativebase.io/roadmap Looks like the latest expo SDK are not officially support yet.

me too... on Mac: `Couldn't adb reverse: adb: error: Invalid source port: 'undefined'`

It maybe my config issues, I was just add `platform: ['web']` in my `app.json`, after add `['ios', 'android']` (or remove platform config as well, https://docs.expo.io/versions/latest/config/app/#platforms) the problem solved for me....

Hi @byCedric , is there any update for this issue?

> I have created a plugin to solve this issue during development, until official support is implemented: > > https://github.com/MilanKovacic/vite-plugin-externalize-dependencies @MilanKovacic thanks for your plugin but seems not work, as...

taro 3.0.5 + taro-ui3.0.0-alpha.3,很多组件都会有这个问题,AtCalendar/AtAccordion etc... 手风琴官方例子子节点都打不开 拿AtAccordion举例,```class Acc extends Taro.Component``` 会报错 ```TypeError: Super expression must either be null or a function```无法运行,必须改为 ```class Acc extends React.Component```,才可以运行,但点击会报错 ```ReferenceError: _createSelectorQuery is not defined```。

Why not add a `container` property to support custom the target modal container? ```html ... ```

I have the same issue in Gitlab CI environment, I saw the doc says it will [turned off in CI mode](https://nx.dev/concepts/nx-daemon#turning-it-off), guess here might be a bug since it still...

Lexical root class has `.ContentEditable__root { white-space: pre-wrap; }` setting which will keep any white space's original style, I guess it was intentionally keep user input text styles. And for...