I'm developing an App that should automatically play a video stored on a specific path of the device (currently, i'm trying to access the DCIM folder) without
I'm trying to integrate some e2e tests into my react native (expo ejected) mobile project. I'm following the instructions found on the detox Getting Started pag
I followed all the steps of installing react-native-rn. Everything worked fine at first, but when I moved input.cssto src/css/input.css,it just generates src/cs
We are using AuthSession.startAsync to initiate an authentication process in our app, which is working fine on iOS and Android. However when we run it the web b
I want to disable the default Expo splash screen and show my custom screen component. I've removed the following code from app.json but still there is a white b
I set the drawer right-side, but the hamburger icon, in the screen header, stays default left side, Is there any property to pass through to change position to
I have a complete frontend ready in React Native (using Expo) and now I want to write the backend for it in Java. In my project directory, I see an android fold
I've been facing this issue for the past few days. I digged as far as i could on it and couldn't find a solution. I'm using React Native 0.64.2 and the last Fir
I get this error after using React-native-markdown-display package and I don't understand why... I have only strings in my content database, so it seem's to be
Flipper Hermes debugger does not show I would like to ask how to make him display normally? react-native:0.62.2 (Update from 0.61 to 0.62.2) ht
When I try to run pod install, an error is generated at when program reaches Installing Flipper-Glog (0.3.6)below is the error message in its entirety: Installi
When I try to run pod install, an error is generated at when program reaches Installing Flipper-Glog (0.3.6)below is the error message in its entirety: Installi
The Android keyboard "crashes" (or destroys itself when tapping on every input field) Video of this bug: https://i.gyazo.com/83f7eb2ce8541e2c8af749c719fd7fde.mp
I have a React-native project with AWS Amplify. In the root directory, there is an amplify folder. Inside this amplify folder, there is a backend folder, an
I have a React-native project with AWS Amplify. In the root directory, there is an amplify folder. Inside this amplify folder, there is a backend folder, an
I messed up in my react-native android and ios folder while doing some changes in internal files, now project is not starting with lots of errors which is from
I am a React Native developer. I used to run my app on Nox. adb connect localhost:62001 react-native run-android --deviceId localhost:62001 Now, I want to run
I am getting access token after login and I want to assign that token to authorization in headers in my App.js I am using async storage to store the access toke
I want to set _boundry in my header. First, I dispatch the form data: //component.js const form = new FormData(); form.append('email', '[email protected]')
I am using react-native-render-html and @native-html/table-plugin for html tables data but table not show properly and fit in the given width size.