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
0 answers

React-Native UI-Kitten Modal triggers "update during an existing state transition" warning everytime

I've recentçy started coding in react-native, after a couple years of "normal" ReactJS for the web, so I'm using the same "techniques" I've used in like forever, but it doesn't seem to work the same way. I have this modal, imported from UI-Kitten…
edwardffs
  • 412
  • 1
  • 5
  • 17
0
votes
1 answer

How to close UI Kitten modal on back button press in android?

I am using modal for React Native UI kitten. But the problem is I did't find anything like onRequestClose prop like the React Native provides for the modal. Nothing mentioned on their API also. So is there anything like I can close the modal on back…
Kamal Hossain
  • 530
  • 7
  • 18
0
votes
2 answers

React Native : update context throw "Cannot update during an existing state transition"

I have a react native app and i'm trying to update a Date in a custom context. ThemeContext export const ThemeContext = React.createContext({ theme: 'dark', toggleTheme: () => { }, date: new Date(), setDate: (date: Date) => { }…
0
votes
0 answers

React Native UI-Kitten: Will running `npx react-native link` to link fonts affect other native modules?

I'm using UI Kitten with my latest React Native app, and in this section of the docs it says Run npx react-native link from the project root to link fonts with the native side. I haven't used npx react-native link in a long time because of…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
0
votes
1 answer

UI kitten Button custom mapping not working

I'm trying to remove the margin horizontal that is applied to the button text but I'm unable to remove it and also when I change the category it is not getting applied, can someone provide me with a an example on how to remove the button text margin…
0
votes
1 answer

React native : Component nothing was returned from the render (UiKitten)

I have this problem, my code works well but if I put an Accessory Right or Left I get the error Nothing was returned from the render. On other screen it works perfectly but on this screen it's impossible. There are some things that i really don't…
Dirk
  • 55
  • 6
0
votes
0 answers

Get value/state from component dynamically generated on react native

i have one question... Within a project, I have a checkbox list that is generated from a JSON. What is the best way for me to recover which checkboxes were checked? Observation: I use UI Kitten for the Layout Code Details Function that generates the…
0
votes
2 answers

UI Kitten & React Native Web no custom mapping

I am having an issue trying to load the most basic custom mapping in React Native Web. The custom styles are loading just fine in the App, but not Web. Using the latest version with the babel loader hack as proposed here. I am using the default…
augsteyer
  • 1,039
  • 10
  • 25
0
votes
1 answer

How to pass dynamic array in UI Kitten v5 select?

How to pass dynamic data in select? const array=['a','b','c','d'] Whenever i use
0
votes
1 answer

How can i implement Ui kitten in my patern?

Im a newbiew, and still dont know the best structuring the this one. im read a tutorial for making a appcontainer with switchnavigator where the switch nav load the container and stack nav. I want to use Ui kitten starkit. How to make my code to…
Mdruid D
  • 49
  • 5
0
votes
1 answer

UI Kitten Select Exception

I basically copy/pasted the example from the documentation