React native- ios and android box shadow
I am new to react native development. I am trying to make the design in the image below: How can I achieve the box affect? I was trying with box shadow but I was not getting the correct look. It…
I am new to react native development. I am trying to make the design in the image below: How can I achieve the box affect? I was trying with box shadow but I was not getting the correct look. It…
This is my Navigation import React from 'react' import { NavigationContainer } from '@react-navigation/native' import { createNativeStackNavigator } from '@react-navigation/native-stack' import { Login } from '../views/Login' import { Home } from '../views/modules/Home' const Stack = createNativeStackNavigator(); const Navigation = ()…
info JS server already running. info Installing the app... Configure project :react-native-reanimated Native libs debug enabled: false Android gradle plugin: 7.2.1 Gradle: 7.5.1 building Reanimated2 WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0.…
I'm developing React Native app with Expo. I'm having problems with my app in Android because always send me same error Message: ReferenceError: Can't find variable: Intl Reading many post, but I'm still with the same problem "react-native": "0.68.2", "expo":…
I am building my first react-native app for both android and IOS. In order for my app to function, I need to use RNPickerSelect. But for some reason when I try to do <RNPickerSelect onValueChange={(value) => setOrgin(value)} value={orgin} useNativeAndroidPickerStyle={false} items={countries}…
I'm working on a React native project, and I'm using the useState hook and the TextInput property to store the user's input, I associate these inputs to a text component so that they are rendered and displayed every time the…
I know I should be providing code, but at this time, none of my StatusBar code is active and the color is defaulting to the "background color" correctly for my initial sign in screen. I had my <StatusBar /> component…
Here is my snipping code of React Native which I am using for my mobile application. I can't wait 30sec for just 50k data. Imagine the time it will take to load in 500k of data or more useEffect(() =>…
I am using android in react native. I have a TouchableOpacity of FirstButton and SecondButton. I gave the SecondButton a position absolute but gave the FirstButton an elevation so that the FirstButton overwrites the SecondButton. FirstButton overwritten SecondButton, the problem…
I have a react application that I am working on. I finished it and now I want to build it and deploy it to the app store throuhg expo. The issue is that when I go to build it with…