python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Expo/ReactNativeElements/Storybook, extending theme issues
I am working on finding a way to create a ReactNativeElements UI library for our team, with Expo as our development environment (we use Expo on existing deployed apps), and using Storybook to create t...
Phil Lucks
Votes: 0
Answers: 0
How to change background color (safeareaview) with React Native Elements theme property?
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/customizati...
logicman
Votes: 0
Answers: 1
How to pass backgroundColor as props in inputContainerStyle in Input component react native elements
const AppInput = (_props: InputProps) => {
return(
<Input
labelStyle={styles.labelStyle}
...
Govind Maheshwari
Votes: 0
Answers: 1
onPress event not called on react-native element
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
Votes: 0
Answers: 2