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
I followed the instructions for debugging in VSCode as per https://github.com/Microsoft/vscode-react-native I attached my Nexus 6P with USB cable with my MBP2
I got a problem with my react native app. while accessing API, I get a response Skipped and status code 0. it's shown by using reactotron to log the api respons
The bundle size produced by expo build:web is huge at average 3mb. I completed steps at https://docs.expo.io/guides/web-performance/. My app has no images so no
I am trying to use WebView in the react native boilerplate (template: typescript). I am using WebView from react-native-webview library. /** * Sample React
Working with the following react native packages in android: "react-native": "0.47.2" "react-native-document-picker": "2.0.0" (removing the ovveride to compile
App I want to make I would like to make audio recognition mobile app like Shazam with Expo Expo AV(https://docs.expo.io/versions/latest/sdk/audio) Tensorflow se
I have a react-native app, I'm trying to test my app on ios&android ( testflight and playstore), app was build using eas build, but app crashes suddenly on
I am trying to upload an image with react native front end and axios to my back end. This is how pic the image const pickImage = async () => { let result
I've upgraded to React Native 0.66. I can open the developer menu but its seems the now flipper is the default choice. I got only "Open Debugger" - which open F
It's usual that react-native cannot find android SDK. My problem is different... Android ✓ JDK ✖ Android Studio - Required for building and inst
It is my first attempt to use the flipper debugger but it doesn't seem to be starting. It threw error Failed to start flipper-server Error: Unable to start ser
When I try npm install new packages it shows me this error: rollbackFailedOptional: verb npm-session 585aaecfe5f9a82 node --version 8.4.0 npm --version 5
I have built an android app using react native. Inside the app I am using the react-native-webview package to show a React app. import {WebView} from 'react-nat
When the pipeline finishes building react-native ios app. It creates an artifact IPA file. Usually, it works fine but for several times we get 'app_install_erro
So I am trying to set a image source to the download url that I get back from Firebase Storage...the issue is that it is not showing the image but the console a
I have a problem when bundling my android app with Android Studio (with react native). It shows me the following error: [string/CodePushDeploymentKey] /Users/{u
I am trying to set my image based on if my prop is not null. If my prop is not null I need to show image from a web link. If the prop is null then I need to sho
I tried to download manually the iOS Simulator 15.0 but I don't know where should I put the .dmg file or iPhoneSimulatorSDK15_0.pkg file, Does anyone have any i
I have created a FlatList that renders names. Each row has its own button. When you click the button, the name is added to a list and the button should change c