react-native-elements Questions
4
Solved
I am having a very peculiar issue with React Native Elements Text Input along with using touchable opacity.
import React, { useState } from 'react';
import { TouchableOpacity, View, Dimensions } fr...
Klapp asked 18/1, 2021 at 14:1
13
Solved
I've got (what I thought was) a simple FlatList which renders a list of Cards (code below)
Problem: the list renders, but won't scroll to fully display the last element in the list, OR to the conte...
Menjivar asked 22/3, 2019 at 11:13
7
I am trying to use react-native-elements with my React-Native app.
I have a central js file with theme details which are being injected using ThemeProvider as explained here - https://react-native-...
Kilgore asked 8/10, 2019 at 5:17
3
I'm using react-native-paper and I want to get an Icon component but without any link with Button Component. I went through the doc and I didn't found an Icon Component. I want something similar th...
Corydalis asked 26/5, 2020 at 3:5
4
Solved
React Native slider onValueChange calling setState makes slider lag.
I also tried debounce function but it not solve my problem as I have to show the change value to the screen. hence without usin...
Bookkeeper asked 21/6, 2019 at 17:8
3
The React Native Elements Tooltip (docs here) requires you to pass in the width and height property for the tooltip, but I want to create a generic tooltip button that can receive any element as it...
Turk asked 11/5, 2020 at 2:35
3
Solved
Iam new to React-Native, I have added react-native-vector-icons library manually to Xcode and Android studio. if run the code with Xcode its executing successfully without any issue. but if i tryin...
Janycejanyte asked 14/3, 2019 at 9:21
2
I am building a project with React Native (version 0.59.10). Whenever I run my tests (using Jest) I get this warning:
console.warn node_modules/react-native/Libraries/Animated/src/NativeAnimatedH...
Beaudette asked 5/7, 2019 at 5:8
2
Solved
I am using react-native-elements to add button in my app, but i am unable to align the text inside the button to right.
I tried titleStyle property with alignText:'right' but with no success
<...
Khelat asked 4/4, 2019 at 16:17
1
Solved
I have a project mostly written Native Base components. But in some cases I want to use React Native Elements. I just want to know is it possible to use them seperately.
For some components I wil...
Nothingness asked 5/4, 2019 at 16:4
1
Started a project with create-react-app. Installed react-native: "^0.57.8",react-native-elements: "^0.19.1" and react-native-vector-icons: "^6.1.0". To be able to use components within react-native...
Sixth asked 14/1, 2019 at 23:15
2
Solved
using the snack below:
https://snack.expo.io/ry_5rCk84
I am trying to display the icon 'wifi_off' using Material Icons in my react native app (just shared this as a snack on expo for easier sharin...
Endoscope asked 24/2, 2019 at 8:36
1
Solved
I am new to React Native. In my simple test app, I want to try out using react-native-elements button
However, I can't get my button background color to show.
I followed the documentation and tr...
Designate asked 18/2, 2019 at 23:16
1
Solved
I am trying to aline a Icon and a Text inline and align the text to the left and the icon to the right...
This is how it is looking at the moment:
However, I want to have the text aligned to the...
Olva asked 13/1, 2019 at 19:3
1
© 2022 - 2024 — McMap. All rights reserved.