Where: Build file '/node_modules/react-native-appgain-sdk-library/android/build.gradle' line: 80 What went wrong: A problem occurred evaluating project ':react-
I have a problem with react-native. I'm trying exercise to do todo app from how I watch on youtube lessons. Can't understand where is my fault? Youtuber instruc
digging into fastlane for the first time on a react native project, and in the process of getting a demo version up for internal testing on both the google play
I have a parent component like this: class Parent extends Component { onChangeState=()=>{ //I want to change it here }
So I am having a problem with redux form and the cursor moving one position to the left when typing from the middle of the word. What can I do to resolve this i
I am trying to make an uber like app using react-native. I am using react-native-maps. I have successfully mapped the directions using directions api of google
I am using Mac M1, trying to run React Native on IOS Simulator and I got this error: CompileC /Users/jack/Library/Developer/Xcode/DerivedData/sample-gnrhtdrpdsu
Im trying to install tensorflow for react native but when when i try to install it throw all these errors in the picture link attached below. Does anyone know w
In React-Native, how do I set borderRadius to Text-components? I've tried using borderRadius in text stylesheet but it not work: import { formatPhone, mapNameWi
I created simple component for textinput that looks like that (without styles) import { FC } from "react" import { TextInput, TextInputProps, View } from "react
It should be as simple as possible for the testers. Best case would be a link that they can click on that directly installs the app on iOS and Android devices (
I am trying to make Drawer menu screen transitions but the animation don,t work and I think the problem is {useDrawerProgress} Hook but am not sure, This is m
In the code,i am fetching the token from expo-secure-store,later fetching the API data from fetchdata function.But unfortunately error "unrecognized token" is
I use i18next and I want to pass the t function prop to my interface. exp: const { t } = useTranslation(); export interface ITranslate { translate: ... type
I want to get data from database. the function CurrentUserId get the details of the current user. i need to get data using GetTemplate function the problem is t
I am trying to create an app layout in React Native using Native Base where I have 6 identical cards positioned vertically on the screen. To create the cards I
We have to break the checkout flow in our mobile app and move it outside the app. So currently we have it setup that tapping Cart & Accoun
Problem: When I run the remote debugger, metro server says it can't find this file. Error: ENOENT: no such file or directory, open '/home/hery/Workspace/NyTiona
I've updated quite a few NPM packages in my React Native app and now even though it seems to build fine, it starts and immediately crashes on the iOS simulator.
The "Show Inspector" hud overlay is pushed to the bottom of the screen (see image), how can I open it correct? I've tried clicking on the tabs and dragging it b