I am writing an axios get call useEffect that is called whenever a user selects an option from a dropdown menu. It works on getting info on the first time I sel
All requests seem to work when using react native debugger but when attempting to use chrome debugger at http://localhost:8081/debugger-ui/ I get: Access to XML
I will build an app that will have 2 Features Store a unique secret that will never leave the Device Store a secret that has to be backed up For the first Featu
I build my react native app in this way : 1.npm install expo-cli --global. 2.expo init my-new-project. 3.cd my-new-project and expo start --lan. 4. install
Is there a way to disable one ScrollView in react native (iOS)? I mean i need only to pull down to refresh but, I can also pull up. I want to disable the pull
I was attempting to send payload, and URLSearchParams through an API URL from my react-native application. I initialized an axios instance as, import { BASE_URL
I am generating an apk of a project that I developed using React Native. But when I run the command ./gradlew assembleRelease The following error appears: >
I have no idea why setting the size like I am on line 38 is causing the android app to crash. If you take the size away, it works perfectly fine. I have all of
I'm downloading a file from an URI, and trying to open it in another application. This file is a simple .xlsx spreadsheet. I'm using an Android device to test.
I want to upload an image from react native app to backend in symfony via axios. here is the code of the front end : const [pickedImage, setPickedImage] = u
I am working on a react native app which involves a video player (react-native-video), and some simple controls I set up myself. on iOS this works fine, but on
I want to display how much seconds are left from the audio. Like this: I know I need to use the positionMillis and thedurationMillis props, but how can I monit
I have a textinput that changes color if the conditions are met or not (green to brown and vice versa) when it is focused. I would like the colors to stay the s
Everything is working fine in debug mode. If I uninstall the app and reinstall from an apk, the first time is crashing. When I reopen, starts working fine. Reac
Hi am trying to set a shadow for my fab but my attempts has failed so far i tried setting shadow props but that is for ios only so i tried to play with elevatio
I have a file structure like below screens ..components Avatar.js ..Contacts ManageContacts.js ..Login Signup.js I am new to React Native applica
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