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

Unrecognized font-family '$text-font-family' - React-native CLI - ui-kitten - ios simulator

I am developing my first react-native app using react-native CLI. I have a working setup with android simulator on PC and I just got the simulator working on my Mac using cocoapods and xcode. The issue I am having with the iphone simulation is that…
2
votes
1 answer

UI Kitten - toggling theme in runtime does not have any effect

I am trying to toggle between light and dark theme on the runtime by following the documentation. When I toggle the theme within a component, the toggle function in App.js is called, but setting the theme does not have any effect. In the component…
kec334
  • 21
  • 2
2
votes
1 answer

Hot to configure metro for UI Kitten build in EAS CI?

I am trying to use @ui-kitten/metro-config with the new EAS build flow from Expo. Everything works well when I build an app for development and serve it through a development client. However, when I build a standalone version, the custom mapping I…
achill
  • 86
  • 3
2
votes
1 answer

how to give a props to ui-kitten's Card header

I am trying to use ui-kitten framework in a simple test app but there are some concepts i think i don't understand yet. I am new on JS / React-native, this is my first app In this example, can someone explain to me how to give a prop to Header ?…
l4rnaud
  • 179
  • 9
2
votes
1 answer

React Native : UIkitten Icons typeerror: undefined is not an object (evaluating 'iconsPack.name')

I was trying to use the Eva Icons in UI Kitten but ended up getting this error, digging my head on this problem for a while, new to React and Reavt-Native, will be glad if someone could help me (: render() const FacebookIcon = (props) => (
Josh Demail
  • 101
  • 1
  • 6
2
votes
2 answers

How can I use clear() method of Select component in UI-kitten?

In a react app I am using ui-kitten components, specifically a Select component: . Doing so only allows the number of lines…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830
1
vote
0 answers

Failed to parse source map / unable to compile the code

I unable to complete my node code. I am getting lot of warnings. I set GENERATE_SOURCEMAP=false and it is not working fine. WARNING in ./node_modules/@eva-design/eva/index.js Module Warning (from…
kulls
  • 845
  • 2
  • 12
  • 37
1
vote
1 answer

How to switch to material design in Ui Kitten?

I would like to use UI Kitten. I have seen in the documentation examples of components using Material Design and Eva Design. I would like to know how to switch to different styles. But I didn't find anything on how to do it. But I didn't find…
1
vote
1 answer

Resolved: Datepicker clicking month error: Attempt to invoke interface method 'int com.facebook.react.bridge.readablearray.size()' on a null object

Everything is ok but when clicking month then got the error: Attempt to invoke interface method 'int com.facebook.react.bridge.readablearray.size()' on a null object reference. This is the Call page: import React from 'react'; import { SafeAreaView,…
Roger Chen
  • 11
  • 2
1
vote
3 answers

Invariant Violation: requireNativeComponent: "RNSVGSvgViewAndroid" was not found in the UIManager in Android

I am using expo sdk 47 Managed Workflow and try to build project with UI Kitten Framework https://akveo.github.io/react-native-ui-kitten/ On iOS everything works fine. On Android I have an issue Invariant Violation: requireNativeComponent:…
Sergy
  • 11
  • 3
1
vote
0 answers

React Native UI Kitten: Difficult to click component

I'm using UI Kitten in my React Native app, and it's difficult to click. It seems as though only a tiny fraction of the tab at the bottom is actually clickable. My code is: import { Layout, Tab, TabView } from…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
1
vote
1 answer

React Native with UI Kitten icons results in a null object reference on Android

I'm using UI Kitten library for my React Native app UI, and when I add their icon pack the Android app errors, iOS works fine. Android gets: Attempt to invoke virtual method `int java.lang.Integer.intValue()` on a null object reference The…
himmip
  • 1,360
  • 2
  • 12
  • 24
1
2
3
8 9