Category "react-native"

I'm encountering a problem when trying to set up a 'nested/nesting' build in react native

To see the drawer structure on every screen and I want to see the homepage and choose page in the tabs navigation section. For this, I set up a structure like t

How can you add slide transition when switching between tabs on React Bottom Tab Navigator?

I am using React Native with bottom tabs doing switches between native-stack tab screens. For the most part it is okay, but the tab switch is a bit jarring and

Comparison of file system packages for Expo/EAS project?

What is the current preferred package for saving files from an Expo app? I've come across expo-file-system react-native-fs, and Async Storage but don't understa

is react-native-navigation works on react-native-web app?

I have react-native project and I am using react-native-navigation, now I want to give support for web, is react-native-navigation work on react native web?

login screen is showed but i want to show profile page with help of async storage

if(userLoggedin) { console.log(userLoggedin); navigation.replace('DrawerNavigationRoutes'); return ( <View> <Text> hello </Text> <

error: Error: Unable to resolve module react-freeze

I was adding drawer navigation to my application and everything worked fine. But 4 days after I started receiving following error. error: Error: Unable to resol

FieldRenderProps with React Native TextInput

I created custom TextInput for final-form in React-Native. And I need to specify type for FieldRenderProps. And I have an error: TS2769: No overload matches thi

TypeError: undefined is not an object (evaluating 'state.favoriteBooks.findIndex')

Every time I press the favorites button it gives me an error. TypeError: undefined is not an object (evaluating 'state.favoriteBooks.findIndex') This error oc

React Native WebView - Can't access to camera with Expo

I am trying to create a WebView that accesses the camera while the session. In Android - the WebView can't find the camera and throw an error. In IOS - the WebV

@firebase/firestore: Firestore (8.6.3): Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds

I am working on react-native app, i couldn't able to connect firebase with react-native. @firebase/firestore: Firestore (8.6.3): Could not reach Cloud Firestor

Getting File Metadata from Google API V3 in Typescript (React Native)

I am using react-native-google-drive-api-wrapper This wrapper facilitates the use of the google drive api.. import GDrive from "react-native-google-drive-api-wr

React Native Text component overflows parent when inside with another view

I have a text component which is contained within a parent of a set width alongside a small black box to its right. My question is why does the text elipsise on

Styled component in victory chart. keep showing TypeError: _native.default.div is not a function

Error message: TypeError: _native.default.div is not a function. (In '_native.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteralLoose

Camera not displaying after reloading app or running npx react-native start for the 2nd time

I have implemented tensor-flow camera functionalities for pose detection on a website and then hosted it on netlify. Link: https://uactivsite-mobile.netlify.app

React Native DrawerNavigator to right doesn't work as expected

When I set drawerPosition: 'right' it behaves strangely. For the drawerPosition: left, it works as expected. The blue panel on the screenshot is the drawer that

Can't find variable: IDBIndex on firebase/react native(expo)

I am developing a RN app in Expo with firebase as backend. So far, the app only uses firebase auth and firestore and for whatever reason, I randomly started get

Calling Firebase cloud function causes DEADLINE_EXCEEDED error when using Firebase emulator

I've got a very simple cloud function that returns a string in a JSON. const functions = require("firebase-functions"); // Create and Deploy Your First Cloud F

Custom Alert works only once

I have created custom alert with Modal in react native but it renders only once. This is my component import {Text, View, Modal, TouchableOpacity} from 'react-n

When I set up a react native project, it gives a MODULE_NOT_FOUND error, what is the reason?

/it says chalk not found how do i fix this/ node:internal/modules/cjs/loader:361 throw err; ^ Error: Cannot find module 'C:\Users\sefal\Desktop\react-native\den

Token not received after redirecting from login

I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr