-
Изменения в публичном апи, поэтому планируем на следующий мажорный релиз.
Если какие-то правки будут внесены с сохранением deprecated полей, в v5 их надо будет убрать
- [x] left/right vs before/af…
-
Удалить `props`, `components` и другие части проекта помеченные как `deprecated`.
Такие места можно найти поиском по `5.0.0`, `TODO`, `@deprecated` и `⚠️`
---
- [x] [View](https://vkcom.github.…
-
### Minimal reproducible example
https://github.com/phillihoch/expo-router-bug
### Which package manager are you using? (Yarn is recommended)
npm
### If the issue is web-related, please select the…
-
Hi, is there a way to select active tab programmatically. Thanks
-
> It's not a good idea to pass stateNavigators from scene to scene. Always use the one from the `NavigationContext`. Here's how I'd navigate to a tweet in the root stack in the Twitter sample on iOS. …
-
### 这个功能解决了什么问题?
使用自定义导航栏可以让页面更加酷炫,脱离原生导航栏的限制!
### 你期望的 API 是什么样子的?
```html
顶部导航栏
```
-
Platform Information:
| | |
|--------|--------|
| Expo version | ~50.0.5 |
| React version | 18.2.0 |
| Device | Web output |
| Platform | WSL on Windows 11 |
| Version| 1.0.0 |
Error:
`…
-
Hi, is it possible to change selected bottomtab image for both Android and iOS with The Navigation Router. Thanks
-
-
像这种嵌套的组件,可以在TabbarItem的click事件中将当前对象返回:
![image](https://github.com/tuniaoTech/tuniaoui-rc-vue3-uniapp/assets/13745132/d5437de4-8a69-4685-a121-3e0a2d1e69d0)
可以修改为默认返回此item,而不需要通过传参的方式。
官方文档…