Questions tagged [react-native-elements]

React Native Elements is a Cross-Platform UI Toolkit for React Native. The focus of React Native is to provide consistent design across Android, iOS and Web! Very customizable and 100% open source.

React Native Elements is an open source UI framework for building apps with .

There are many great UI components made by developers all around open source. React Native Elements takes the hassle of assembling these packages together by giving you a ready-made kit with consistent API and look and feel.

Built completely in Javascript. Starting your react native app has never been easier.

Resources


Related tags

276 questions
0
votes
1 answer

React Native - check the render method of Screen

Hello everyone, I'm trying to make an example of React Native tabs but whenever I try to put some react-native-elements into the component, it gives me an error. I researched and found a number of people who are facing this error but it didn't help…
erdemgunenc
  • 969
  • 3
  • 14
  • 25
0
votes
1 answer

when including victory chart react-native slider becomes laggy and state value change is reflecting lately

The problem is that when I just use a slider only with no Victory chart in the application only just implementing the slider then there is no problem in the slider. But when I use the slider along with the victort chart then the slider is laggy and…
0
votes
2 answers

Adding from react-native-elements to bottomTabNavigator shows error

I'm trying to add icons to my bottomTabNavigator using Icons from react-native-elements. import { createBottomTabNavigator } from "react-navigation" import { ServicesNavigator } from "./services-navigator" import { AccountScreen } from…
0
votes
1 answer

How to center a SearchBar in React Native Elements

I am new to React Native and am using React Native Elements to build a UI for an app I am creating. My problem is that I can not seem to get the search bar placed in the middle of the screen. Is there a prop or something that I am missing.
dpatel125
  • 121
  • 5
  • 16
0
votes
1 answer

React-native-elements searchbar ignoring styles

Using "expo": "^32.0.0","react-native-elements": "^1.1.0", In my component I am using containerStyle and inputStyle but the searchbar remains the same. How can I style it?
Bomber
  • 10,195
  • 24
  • 90
  • 167
0
votes
1 answer

Button errors after upgrading react-native-elements

I have a big problem, because i need to upgrade libraries of some project, but I've never used React native. I upgrade react-native-elements form version 0.19 to 1.1 and I get many errors about unexisting properties in Button component. Example part…
Jaroslaw K.
  • 5,224
  • 2
  • 39
  • 65
0
votes
2 answers

react-native-elements, button margin not taking effect

I had an issue where there was a white shadow above the button after applying the marginTop: 15 property. This happens because buttonStyle applies styling to the inner View and since elevation (shadow) is applied to the outer View, this way you…
Daniel
  • 14,004
  • 16
  • 96
  • 156
0
votes
1 answer

How to set subtitle with line no wrap

How to set subtitle with line no wrap, I can't find props to set subtitle line no wrap. {value.subtitle} } leftAvatar={{source: {uri:…
Elliot
  • 35
  • 1
  • 7
0
votes
1 answer

Padding around React Native Elements ListItem Buttons (per documentation)

In the React Native Elements Documentation for ListItem (https://react-native-training.github.io/react-native-elements/docs/listitem.html#linear-gradient-scale-feedback) the buttons of ListItem have padding between them and are rounded. However,…
NickP
  • 1,354
  • 1
  • 21
  • 51
0
votes
2 answers

Image is not showing up or covering the whole available area of the View in react-native-element card component

I want to set up a card from react-native-elements, which has an Image and the title of the card. I want the image to take the whole of the width available in the view and adjust the height keeping the aspect ratio. So basically I have neither…
0
votes
1 answer

Error when using a Form : Element type is invalid expected a string but got undefined

I have the following error Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from…
droledenom
  • 157
  • 1
  • 10
0
votes
1 answer

Calling the dataSuccess function every time

I'm using the React Native Elements Search Bar. Every time I call him, the dataSuccess function is called. When searching, only the searchLead function needs to work. I have read the React native elements search bar documentation. It still didn't…
0
votes
0 answers

How to center vertically RNE Icon?

I'm using react-native-elements Icon component and I'm trying to make it smaller, but only the height, not the size. I want to keep the same size, but with a smaller height. The Problem is that when I change the height of the icon, the icon…
Vencovsky
  • 28,550
  • 17
  • 109
  • 176
0
votes
2 answers

react-native-elements FormInput cannot be imported

Seems like I am not allowed to import FormInput from react-native-elements. I got this error: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got:…
JAM
  • 740
  • 3
  • 15
  • 33
0
votes
1 answer

Align 3 dots icon on Top in ListItem in React Native Elements

In screen shot shown how to place the 3 dots icon in top right side right now its in center. Using https://react-native-training.github.io/react-native-elements/docs/listitem.html Sample Code
Sharath
  • 2,348
  • 8
  • 45
  • 81
1 2 3
18
19