akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.3k stars 952 forks source link

Drawer `highlight` #1298

Closed codthing closed 3 years ago

codthing commented 3 years ago

I want to implement the default selected state of Drawer' row to "highlight" for the first time, instead of triggering the first state through "onSelect". I checked the API of Drawer and there is no relevant information.

| UI-Kitten | @5.0.0|
| @ui-kitten/components | Drawer |

artyorsh commented 3 years ago

The first example in the docs.

codthing commented 3 years ago

文档中的第一个示例。

Sorry, I ignored it. It does exist. Thank you