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

When should we expect react-native-elements to release a new version which support the new latest react-native architecture?
Dmitry Amelchenko's user avatar
0 votes
1 answer
184 views

I'm using TouchableOpacity for a card and there is a heart icon with white absolute background and for background I'm also using touchable opacity (for Icon BG). The problem I'm facing here is that ...
Hassam Arif's user avatar
1 vote
1 answer
209 views

I am new to react native and I am searching for a good component library, React Native Elements looked like a popular library but I can't get the image component working. I have a really big image and ...
ShashankAC's user avatar
  • 1,078
0 votes
1 answer
162 views

I use react native elements button to create the buttons. The button style is applied from theme. Button style is Button: (props,theme)=>({ loading: false, raised: true, ...
Deva Samy's user avatar
  • 161
1 vote
1 answer
248 views

I am displaying Home component in my overlay and it has a set of links which onPress navigate to different pages, the Home component itself works fine however it doesn't trigger navigation within the ...
javapedia.net's user avatar
1 vote
1 answer
1k views

I am creating a react native app. For my component ui library i choosed react-native-elements. Now i want to apply my own theme to it, however it is not working 100%. When i want to override the ...
Splix's user avatar
  • 33
0 votes
1 answer
879 views

I was using Slider component from the library 'react-native-elements'. Below is the code for your reference: <Slider style={{ width: '70%', marginTop: -12 }} ...
Satyam's user avatar
  • 85
2 votes
0 answers
128 views

I am getting a typescript error when I try to use icons from react-native-elements. This is the error. Property 'tvParallaxProperties' is missing in type '{ type: string; name: string; color: string; ...
gnanasai Dachiraju's user avatar
2 votes
2 answers
155 views

I have been simply trying to render a card from react-native-elements UI library. Here is the documentation that I've been looking through and literally copied and pasted from: https://...
hotgatorade's user avatar
2 votes
1 answer
684 views

I have a combined Expo/React Native + Next.js project (native + web app), based on Expo’s instructions (see guide, @expo/next-adapter, code example). Source code: https://github.com/tomsoderlund/...
Tom Söderlund's user avatar
0 votes
1 answer
849 views

I've been using the Swipeable component from react-native-gesture-handler to handle my swipeable list items, but Swipeable is causing lag on the JS thread during the initial render, according to my ...
Tim van Dam's user avatar
3 votes
1 answer
1k views

I'm using @testing-library/react-native but when I try to test a component that has any rneui: 4.0.0-rc-6 components I get several errors: The first now was Details: /Users/ep/myProject/...
Eduardo Palacio's user avatar
0 votes
2 answers
1k views

Tried both ways to show Icon: with import { Icon } from 'react-native-elements' with import Icon from 'react-native-vector-icons/FontAwesome' Dependencies import { Icon } from 'react-native-...
Jakkins's user avatar
  • 185
0 votes
1 answer
2k views

//I am rendering an API response with the help of FLatlist but when I press the expand option it will open all the accordions................. import { View, Text, StyleSheet, FlatList } from 'react-...
vivek chaudhary's user avatar
1 vote
1 answer
1k views

I've created a custom theme and passed it to ThemeProvider, but it hasn't been applied to react-native-elements components. I'm using react-native-elements version 4.0.0-rc. Here is my code: Custom ...
Lee Nguyen's user avatar
0 votes
1 answer
3k views

I'm trying to add a tooltip component to my react native project, I installed React Native Elements to do this. I know it's installed correctly because the Divider component worked perfectly fine. For ...
MLShax's user avatar
  • 13
0 votes
1 answer
1k views

I am creating an app that is text to sound translator. And I am using input text from react-native-elements, as well as ternary operators. How do I check if the text input box is empty or has any ...
Sarah Nowakowski's user avatar
0 votes
1 answer
573 views

I am working with a form to change the user's name, email and password. All elements are from 'react-native-elements', Button, Icon and the Input. This is displayed in a Modal created with Overlay of '...
Miguel Espeso's user avatar
1 vote
1 answer
2k views

I have started using React Native Elements (https://reactnativeelements.com) for a new project. I am trying to update the light and dark theme colours (https://reactnativeelements.com/docs/...
logicman's user avatar
0 votes
2 answers
392 views

I am using react-native-elements to add an Avatar and want to perform an action when the Avatar is pressed. import { Avatar } from 'react-native-elements'; <Avatar size={50} ...
kec334's user avatar
  • 21
1 vote
0 answers
646 views

I have been banging my head against this for hours and can't resolve it or make sense of the actual issue. I have a Home screen where I'm trying to set the headerLeft and headerRight elements ...
Jordan's user avatar
  • 2,523
3 votes
1 answer
522 views

I'm using the react-native-elements ui framework with ThemeProvider and trying to globally style the text of a component like this... <ListItem bottomDivider> <ListItem.Title>Name</...
dmathisen's user avatar
  • 2,342
0 votes
1 answer
84 views

I'm facing the error while using the react-native-elements (search bar)
Vinod kumar D V's user avatar
0 votes
1 answer
510 views

After installing react-native-elements and its dependencies, I'm unable to get the SearchBar component to render as it should import React, { useState } from 'react'; import { View, StyleSheet } from '...
Ricardo Sanchez's user avatar
0 votes
1 answer
721 views

I have 2 user text inputs called Search Location and Coordinates. I'm trying to use a checkbox when selected allows search location to be edited and the coordinates input be disabled and vice versa ...
user avatar

1
2 3 4 5 6