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

Can't start UI Kitten

I am trying to incorporate UI Kitten into an existing app. I am following the instructions outlined https://akveo.github.io/react-native-ui-kitten/docs/guides/getting-started#new-apps, but receive the following errors. Could you please advise? I…
g4m3r2
  • 55
  • 5
0
votes
3 answers

How can I bind an object to a SelectItem component?

Can anyone please help me on this? I'm using UI-Kitten's select and selectiem components, and I need to know how can I bind an object to a SelectedItem component? I would like to pass some value as a binding object: data={ (['OPT1', 'Option 1'], …
0
votes
2 answers

change button color ui kitten react native

How do I change the color of button text using the react native library? I've tried it with the following code. // styles button: { marginTop: 15, marginLeft: lrMargin, marginRight: lrMargin, color:…
TheMan68
  • 1,429
  • 6
  • 26
  • 48
0
votes
1 answer

How to customize view in selected date in react native UI Kitten kit

Does Anyone know how too customize the view of selected Date or Range in React Native Ui Kitten kit? I have done a lot of googling and still haven't found any answer. i want to select a specific date or date range and marked that date or range when…
0
votes
1 answer

Styling Radio Buttons

I have this simple question at which I can find a direct answer in any place. I need to include a radio button in my react native app and I've chosen kitten ui because it seems pretty complete. But the simplies and quickiest stuff seems 'convoluted'…
TigerOrl
  • 29
  • 3
0
votes
2 answers

React-device-info issue in expo and ui-kitten

Good morning every body, I'm having an issue using expo and ui-kitten. I'm pretty much familiar with react-native-element as UI library for react native. But I found out that ui-kitten has some stunning features for theming and styling in…
Himmels DJ
  • 395
  • 5
  • 20
0
votes
1 answer

bundling failed: Error: Unable to resolve module in React native UI Kitten

bundling failed: Error: Unable to resolve module ./style/styleConsumer.component from node_modules\@ui-kitten\components\theme\index.js: Getting this error after upgrading Ui Kitten from 4.3.1 to 4.4.0 The detailed log is: error: bundling failed:…
Amresh Vs
  • 43
  • 4
0
votes
1 answer

Jest encountered an unexpected token UI-Kitten

Jest encountered an unexpected token This usually means that you are trying to import a file that Jest cannot parse, e.g. it's not plain JavaScript. SyntaxError: Unexpected token export 1 | import React from 'react' > 2 | import {…
KieranLewin
  • 1,780
  • 2
  • 7
  • 13
0
votes
1 answer

React Native: Passing context to provider constructors

I have imported ui-kitten for my react native project. I am following the docs and notice that they have a function for modifying the theme. In my App.js, I also declare the navigator, as well as the providers. How can I make the value of of theme…
mtro
  • 101
  • 1
  • 12
0
votes
1 answer

DatePicker UI-Kitten Invariant Violation

tried to fix this issue here, but I don't understand what could be causing it... I was using the Calendar component in my project with no issues. However, I decided it would be more convenient replacing it by the DatePicker, which apparently uses…
rdrgtec
  • 592
  • 10
  • 26
0
votes
2 answers

Failed to Compile - Expo Web - After installing UI-Kitten

After installing UI-Kitten and applying it to my App.js, I started to have this error message: Failed to compile /home/ubuntu/environment/node_modules/@ui-kitten/components/ui/card/card.component.js 104:20 Module parse failed: Unexpected token…
0
votes
1 answer

Element type is invalid: expected a string with FlatList

Iam new to react-native, and are playing around with UI Kitten (https://akveo.github.io/react-native-ui-kitten/) It has a default ChatListScreenBase that renders a list. It looks like this: import React, {Component} from 'react'; import { …
Tony
  • 167
  • 1
  • 4
  • 12
0
votes
1 answer

react-native-ui-kitten button with multiline text

I use react-native-ui-kitten library: https://akveo.github.io/react-native-ui-kitten/#/docs/ui-components/rkbutton . And would like to make RkButton to wrap my long text into the several lines. But don't know how to do that. Currently…
Pavel Polyakov
  • 866
  • 1
  • 8
  • 13
0
votes
1 answer

Kitten UI Network Gallery

I am a new but nice programmer in C# . Yet i am trying to learn the React world. It looks good to me. I am trying to use react-native-ui-kitten plugin's RkGallery component. Simple usage example :
Ugur Ozturk
  • 115
  • 1
  • 6
0
votes
1 answer

onValueChange not working on existing component

I'm using RkSwitch component from react-native-ui-kitten. The package is just bunch of ui component I can use. the developers no longer support the component and my RkSwitch component is not working as I expected. My problem is RkSwitch's…
merry-go-round
  • 4,533
  • 10
  • 54
  • 102
1 2 3
8
9