Questions tagged [react-native-ui-kitten]

This tag is used for questions concerning the use of UI Kitten, a React Native framework for cross-platform mobile applications. The tag [react-native] should also be used in order to reach more people. For platform specific questions also include the appropriate platform tag such as [android].

The website for UI Kitten is https://akveo.github.io/react-native-ui-kitten/ which describes the framework as follows:

UI Kitten is a React Native implementation of Eva Design System. It contains a set of general purpose UI components styled in a similar way. You focus on business logic and the Kitten takes care of visual appearance. And the most awesome thing: the themes can be changed in the runtime, without any need of reloading the application.

For information about the Eva Design System see https://eva.design/

126 questions
0
votes
1 answer

Do not display content in React native

Below is my code : enter image description here I integrated react-native-ui-kitten. I run sample app of UI Kitten then it's ok. But when I implement into my app ( with all sample ) then It not display and dont show data. enter image description…
Admegavn
  • 1
  • 1
-1
votes
1 answer

Dynamic drawer items in React Native

I need to create a dynamic menu regarding to the logged user. If the user is not logged in, i only want to show Home and Login. In case Admin is logged i want to show Home, Orders, Users, My Account and Logout If the user is logged in i want to show…
-1
votes
1 answer

Replacing reactnative Stack.navigator Topbar

So I wanted to replace the stack.navigator top bar with KittenUi top navigation component. Im not a mobile developer but my company is to cheap to hire one. I'm using react-native expo.
newbie123
  • 1
  • 1
-1
votes
1 answer

React native Gesture response system does not work in IOS production

None of the modules that provide gesture capabilities work as expected in production IOS, they only work if you hold your finger lightly and slide very slowly over the element. All modules behave the same except for the react-native-gesture-handler,…
-1
votes
1 answer

Mapping.json in Ui-kitten can not working?

enter image description hereHow can try this using their code in react native @ui-kitten. I try for 2 days it's using mapping.json. In applicationProvider attribute custommapping={mapping}. but it not succeeded. How can I implement in react-native…
Abaid Ullah
  • 36
  • 1
  • 5
-2
votes
1 answer

react native ui kitten button icon

in react-native ui kitten Button when i want to make a condition about loading to show the Spinner icon it not work when the icon props return null or false Image of code when the icon exist it shows like this so its good for me image of app…
Omar Borji
  • 223
  • 2
  • 9
1 2 3
8
9