-
## Description
I don't know how to render an icon with a [TabBarItem](https://wix.github.io/react-native-ui-lib/docs/components/navigation/TabController/TabController.TabBarItem). According to the do…
-
Apple has made a change in the API and `NSNotFound` is converted from an enum to a constant.
This breaks the apps in iOS9 and Xcode 7 emulator which uses it by default.
-
### Current behavior
If the Badge is set directly inside the useEffect method, it will be displayed normally. However, if the unread count is obtained from an API and then set, it will not be display…
-
### Summary
### Objective
To design a comprehensive UI Kit in Figma of adaptive components for creating Telegram Mini Apps applications based on the Telegram design system and implements its int…
kuhel updated
8 months ago
-
### 这个功能解决了什么问题?
自定义tabbr 的地址要在小程序tabBar中提前配置
那么如何实现可以动态切换菜单的数量以及配置呢??
### 你期望的 API 是怎样的?
如图
-
怎么破?
-
```------- TRUNCATED -------
[f=0028719] Shutdown - SaveConfigData Complete
[f=0028719] Shutdown Widget - Chili Highlight
[f=0028719] Shutdown Widget - Deferred rendering
[f=0028719] Shutdown Widg…
-
ERROR Failed to compile with 56 errors 10:04:36
error in ./node_modules/vant/es/space/Space.mjs
"export 'Comment' was not found…
-
### 这个功能解决了什么问题?
import React, { useState } from "react";
import { Tabbar } from "@nutui/nutui-react";
import { Cart, Category, Find, Home, User } from "@nutui/icons-react";
const App = () => {
…
-
### Current behavior
Using the example code to display a TabView, if I set my index to 1 as default state value:
`const [index, setIndex] = React.useState(1) // Set initial index to 1`
There is a…