I have a component that consists of several other components such as text fields, and when an input is made to the text field, all other components are re-rende
I have created a boilerplate react-native application and then trying to add react-navigation to it. However the moment I add dependencies for "react-native-saf
I was trying to install React Native on my system, and found that it failed to install CocoaPods dependencies which is required by that template error. sudo arc
I'm using React Native with Expo, and it is all going well except for this one issue with custom fonts. I have my font Lobster-Regular.ttfin ./assets/fonts, and
/* eslint-disable react-native/no-inline-styles */ /* eslint-disable prettier/prettier */ import * as React from 'react'; import Home from '../screens/home'; i
I want to prevent the user from going back to the previous screen. So I added code, but this does not work. Are there any solutions for this? The alert pop up i
I'm making a react native app now. I need to use a horizontal weight scrollbar in the app like the image which I attached. When a user scrolls the horizontal sc
so I'm trying to push a variable onto an array called list from my state. But it is throwing off this error saying that undefined is not a function. However, wh
I've upgraded react-native to latest version (0.68) through react-native CLI, and now every time I'm trying to build for android I get this error: error: cannot
I can pass screenOptions to the Navigator with a headerStyle object with a height property, but I'd like the height to take into account the SafeAreaInsets and
I am currently storing my React Native token like so using var jwt = require('jsonwebtoken');: AsyncStorage.setItem('token', response.token) And I'm not sur
In the react-js project, I understand the benefit of having every page render on the server and not having to download all the pages when only one page is neede
I have installed nativebase version 2.15.2. I am getting following error in android: requireNativeComponent "RNCAndroidDropdownPicker" was not found in the UIMa
I am wanting to create a react native badge count for my app. I have been searching the last week with out any luck. I am wanting to do something like the image
I have an image that I pull down from a url. I do not know the dimensions of this image ahead of time. How do I style / layout the <Image/> so it is the
import React, {Component} from 'react'; import{ StyleSheet, Text, View, StatusBar } from 'react-native'; export default class Logo extends Component{ render(){
Does the following: <Text style={{color: 'blue', fontSize: 30}} /> Have any performance implications compared to: <Text style={styles.blueButton} /
I am using react-navigation (https://reactnavigation.org) and I am trying to disable the option that the side drawer opens when the user swipes right/left I`ve
I used react-native-vector-icons in my react native project and start app with npm start. Icons are displaying normally in iOS, but won't show in android. Thing
When I run react-native run-android it builds successfully and there after Mobile screen shows nothing more than loading from local host : 8081 I have tried