-
> 感谢您出色的包
## 问题描述:
每次我在vscode中保存代码热更新该库相关代码就会报错, 但是报错后再次保存就会编译通过 这个过程是循环的
## 不成熟的解决方案 RenderBox
> 我是个flutter菜鸡 具体为什么我没搞清楚 但是不再出现了 如果方案可行的话 很乐意提PR
```dart
// 文件位置 custom_tab_bar.dart…
l-7-l updated
3 years ago
-
Thanks for this great library
I found out a weird behaviour, When there are only 3 titles then the title doesn't spread to take the empty space by gapping away from each other.
-
## 背景
业务本身有诉求配置底部 TabBar,TabBar 分为配置式和自定义两种。目前支持自定义 TabBar 的应用类型:端外 Web MPA,PHA。支持配置式 TabBar 的应用类型:小程序、Web SPA、PHA。
如上所说,目前各个应用类型支持的 TabBar 能力完善度均不够,另外 PHA 的 TabBar 目前所有页面都会显示,需要开发者手动调用 PHA 的 AP…
-
We're moving our application over to react-navigation and we're a little confused as to how to use the `TabNavigator` as the documentation only shows that you can use `tabBarComponent` to return a cus…
-
import React, { Component } from 'react';
import { TextInput, View, StyleSheet, Image, Platform, Button,TouchableHighlight } from 'react-native';
import { LinearGradient } from 'expo-linear-gradient…
-
### 相关平台
微信小程序
### 复现仓库
[https://github.com/sunxiuguo/HeadhuntingNote](https://github.com/sunxiuguo/HeadhuntingNote)
**小程序基础库: 2.11.3**
**使用框架: React**
### 复现步骤
```
git clone -b for-cu…
-
Hello! I am trying to use this but this is the error I get:
`Couldn't register the navigator. Have you wrapped your app with 'NavigationContainer' ?`
Here is my code for my TabNavigator:
```
imp…
-
please please ad better and easier multiple examples of the Ui that is in the gif
-
Hi @malash! Sorry for the confusion! I don't have much experience submitting issues before. Let me restructure my issue.
Expected Behavior:
Customized TabBar is stuck to the bottom and never disap…
-
A perfectly valid property,
```css
QTabBar{
qproperty-drawBase: 0;
}
```
is changed to,
```css
QTabBar{
qproperty-drawbase: 0;
}
```
A more precise example would be the alignment pro…