Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
119 views

enter image description here What I tried: Updated to Expo 53 and React Native 0.79. Added babel-loader to webpack.config.js to transpile @ui-kitten/components and react-native modules. Set up babel....
Sukh Dev's user avatar
2 votes
0 answers
205 views

I'm trying to make use of UI Kitten in my Expo React Native project. From the UI Kitten documentation, it seemed that Expo Navigation would not work and that I would have to replace Expo Navigation ...
gvt's user avatar
  • 2,264
1 vote
1 answer
200 views

I am developing a native module to integrate payments. After debugging with xcode and using symbolic breakpoints I found the source of the issue, but I want to understand why this is happening, and ...
Obay Abd-Algader's user avatar
0 votes
2 answers
564 views

I'm trying to change the colour of a spinner and a progress bar on one screen only, so don't want to mess around with the default EVA colourscheme. I can pass in backgroundColor to the style but that ...
R700's user avatar
  • 9
0 votes
1 answer
68 views

I'm using UI-Kitten's Topbar, and in there, I want to switch to a different Screen onPress: const MenuIcon = (props): IconElement => ( <Icon {...props} name='three-bars' />...
umbreonben's user avatar
1 vote
0 answers
427 views

I am currently trying to export an application I created to web with ui-kitten and expo, I am currently encountering an issue with ui-kitten. When I try to run the command: npx expo export:web I ...
Adam Kostandy's user avatar
1 vote
0 answers
129 views

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's user avatar
  • 893
0 votes
1 answer
135 views

I'm using UI Kitten's Input component and react-hook-form and I don't want the user to put more than one period onPress so once one period is inputted, the user wouldn't be allowed to input another; ...
julcodecode's user avatar
1 vote
1 answer
389 views

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 ...
Alan Kucola's user avatar
1 vote
1 answer
192 views

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: ...
Roger Chen's user avatar
1 vote
3 answers
2k views

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 ...
Sergy's user avatar
  • 11
0 votes
1 answer
327 views

I can't find anyway to hide ui-kitten bottom tabs, its is always showing even on keyboard input. Is there a way to hide it? Please help, thank you! I've tried with tabBarOptions={{ keyboardHidesTabBar:...
olighta-dog's user avatar
1 vote
0 answers
215 views

I'm using UI Kitten <Tab/> 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 { ...
gkeenley's user avatar
  • 7,648
0 votes
2 answers
962 views

I am trying to write the tests for the NavBar component (using react-native-testing-library) that has several buttons that are basically just icons (using ui-kitten for react native). So I can't get ...
dnd1993's user avatar
  • 161
0 votes
1 answer
1k views

I am trying to test that the Button navigates to the right screen using react-native-testing library. I am using UI Kitten library for my components and facing the issues because of it. I am simply ...
dnd1993's user avatar
  • 161
1 vote
1 answer
756 views

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....
himmip's user avatar
  • 1,958
-1 votes
1 answer
645 views

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 ...
brvim's user avatar
  • 31
2 votes
1 answer
495 views

I have a nested stack in my project. Everything works fine but when I click a button that takes you to a page where at first it has to load the user list with useEffect, the page does a navigation....
Liborio Riggi's user avatar
0 votes
1 answer
601 views

I'm trying to use the exact style of React Native Kitten UI Auto Complete with Theme(light and dark) capability in the React Native Google Places Auto Complete Have tried a few things like custom ...
Dhaval Jardosh's user avatar
4 votes
1 answer
2k views

Error message on IDE: TS2786: 'ApplicationProvider' cannot be used as a JSX component.Its instance type 'ApplicationProvider' is not a valid JSX element. The types returned by 'render()' are ...
Trevor Philips's user avatar
0 votes
0 answers
405 views

I'm using the UI Kitten library. I can store routes in an array and pass an array index to navigate() Here's what I'm doing. I store my routes in an array like this: const routeNames = [ 'Customers',...
djangodev's user avatar
  • 353
0 votes
1 answer
827 views

I'm on the Tasks screen where I have a UI kitten Overflow Menu component bound to a card, while I'm on Tasks, it works as expected, but when I switch to another screen (Habits screen) and I go back to ...
Sabri Trabelsi's user avatar
1 vote
1 answer
472 views

When I try to run my E2E test using Detox on my expo project, I got an unknown issue. I have a Input component (@ui-ketten/component) and it's testId is SignUpEmailInput. I can navigate to the Signup ...
Marko Zrinjanin's user avatar
2 votes
0 answers
161 views

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 ...
Bobby Rösehag's user avatar
2 votes
1 answer
684 views

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 ...
kec334's user avatar
  • 21
1 vote
1 answer
4k views

I use UI Kitten + expo + react-native-web for my project, when I open my app in ios browsers, e.g. chrome, safari, the text input when focused has this blue outline, for example: (I can't post images ...
R.Shen's user avatar
  • 17
0 votes
0 answers
314 views

So what i want to achieve is a navigation bar that has a background color of blue and have a 60% opacity so that it can show the image behind it. I can only achieve this by making the header's ...
newbie123's user avatar
-1 votes
1 answer
52 views

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's user avatar
1 vote
2 answers
1k views

Pretty simple question and concept here, I am using the react UI Kitten Framework for a React Native Project, and for the life of me I cannot change the styling on the TabBar's Tab components. I've ...
user avatar
1 vote
0 answers
800 views

I am using this monorepo as a base template. I installed UI Kitten based on the instructions in the UI Kitten documentation cd ./packages/expo yarn add @ui-kitten/components @eva-design/eva react-...
Kruspe's user avatar
  • 655
2 votes
1 answer
313 views

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 ...
achill's user avatar
  • 86
-1 votes
1 answer
145 views

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 ...
Max Boyanov's user avatar
0 votes
1 answer
366 views

I am trying to set a specific tab to start the application. UI kitten's navigation, starts up with the first tab, and actually I want the tab that is in the second position to be the first to appear ...
Rocio's user avatar
  • 209
1 vote
1 answer
355 views

I've been told by developer that only Regular 400 and Bold 700 can be implemented. Can someone please confirm this? Thanks!
Katie's user avatar
  • 11
0 votes
1 answer
252 views

Does anyone understand why the UI Kitten Calendar component is only enabled for the current year? It's 2021 now and when I try to select a day from future or past years in the demo live view for "...
achill's user avatar
  • 86
0 votes
1 answer
882 views

I have a realm database synced up. The database contains multiple products having categories and company name. Some products have same company name, some products have same category name and some ...
arpandhakal's user avatar
1 vote
0 answers
477 views

export default class AchieveScreen extends ValidationComponent{ constructor(props) { super(props) this.state = { visible: false, filter: 1, date: new Date(), ...
Amr shadid's user avatar
1 vote
0 answers
736 views

This works fine(the icon is white and has the correct size): // Logo definition import { Icon } from '@ui-kitten/components' const Logo = props => <Icon {...props} name='logo' pack='app' /> ...
Eric's user avatar
  • 139
3 votes
0 answers
544 views

I am using @ui-kitten/components in my react-native project, and it's component select I've using it Here is my code for selectbox: const [selectedIndex, setSelectedIndex] = useState(new ...
Surbhi Davara's user avatar
1 vote
1 answer
181 views

UI Kitten - RangeCalendar component is not fitting with the mobile screen width. I don't see the width property in the document https://akveo.github.io/react-native-ui-kitten/docs/components/calendar/...
Sathya's user avatar
  • 233
1 vote
1 answer
495 views

I noticed that when The ApplicationProvider tag is present, my react native app start up time increases to more than 5 seconds. I've already followed the guide from UI-Kitten team by improving the ...
user1885498's user avatar
4 votes
4 answers
3k views

Context In my react-native application, I am getting a high severity vulnerability regarding a package called css-what. In which it apparently is resulting in 4 other vulnerabilities because they ...
Orthodox_Athena's user avatar
0 votes
1 answer
380 views

I'm building a RN app and I just recently learned REDUX and applied it into my app. I have a shopping cart feature in my mobile app. On one screen the user can add items to the cart. Then when they ...
exlnt's user avatar
  • 303
0 votes
1 answer
851 views

The image in the header constantly flickers when I type. May I ask how do I stop this flickering at the top right hand corner or accessoryRight? I am using this TopNavigation component from UI Kitten ...
domster's user avatar
  • 566
0 votes
2 answers
2k views

I'm trying to use UI Kitten on my project but can't figure out how to install UI Kitten on Expo. expo install @ui-kitten/eva-icons @eva-design/eva @ui-kitten/components react-native-svg Error: npm ...
Captain 8's user avatar
  • 177
3 votes
0 answers
750 views

This is my first time posting on StackOverflow so apologies in advance :) I am new to React Native and am following this guide for UI Kitten's Runtime Theming so I understand how it works: https://...
MSat7's user avatar
  • 31
0 votes
1 answer
360 views

I'm developing a react native mobile app using UI Kitten. I'm still fairly new to both react native and UI kitten, so I am using the just the plain Javascript template VS the Typescript template. I ...
exlnt's user avatar
  • 303
1 vote
1 answer
1k views

I am fetching data from API for the options to display in Select component of UI Kitten data format is like this const data = [ { "id": 1, "name": "General&...
HaryanviDeveloper's user avatar
0 votes
0 answers
529 views

I am trying to change the background color of my react native app based on the current theme, i.e., whether it is dark or light. Here is my code : const SignUp = ({navigation}) => { const [email, ...
Ritwik Das's user avatar
0 votes
1 answer
1k views

I have created an react-native/typescript app with expo CLI, this generate some base code, inlcuding hooks/useCachedResources to load any resources or data that we need prior to rendering the app, in ...
Cristian Flórez's user avatar