Loading dependency graph, done. error: bundling failed: Error: Unable to...
Getting the following error on running react native app in android emulator react-native run-android Loading dependency graph, done.error: bundling failed: Error: Unable to resolve module...
View ArticleTurn off/on all system notifications (react native)
I want to disable/enable all notifications applications in my device (iOS & Android), or make automatically my device on do not disturb mode, is that possible ?
View Article"npx react-native init client" fails on Android while executing. Could not...
System: Windows 10 NodeJS: v13.8.0 React Native: 0.62.2 React: "16.11.0"It also happens with typescript templateAfter I run npm run android, I have these logs:info Running jetifier to migrate libraries...
View Articlereact-native-webrtc remote stream not working
I am trying to create a video calling app using react-native-webrtc. I am tring to store the local stream in Firebase Firestore and then get that stream from there to show it. But when I get the stream...
View ArticleHow to run Android Emulator using Webstorm, React-native CLI on Mac 2020
How do I get my android emulator to execute my react-native code?I just started using react-native.I have installed the react-native CLI and bootstrapped an application.I have also installed android...
View ArticleCPU does not support KVM but I want to run andriod emulator in Ubuntu 18.04...
I have set up my react Native environment on an HP UEFI Computer running Ubuntu 18.04. When I try to run an emulator using AVD, I get the following error **Starting emulator for AVD...
View ArticleIs it possible to get BLE Mac of own device in React-Native(iOS&Android)?
I need to get my own device's MAC address which I thought should be really simple but after some research it seems likely impossible. Any one had any experience on this before? I need to get the BLE...
View Articlegoogle-services.json firebase notifications react native android - one app...
I have three different react-native android apps in a firebase project I use for push notifications. Two of them are working just fine. The third isn't working and I can't figure out what I've done...
View ArticleHow To Send & Receive Data Over Wifi Without Internet In React-Native
I am developing a game on React-Native that works completely offline without needing internet connection, The game will be multiplayer 1vs1 game, and players will join via Wifi Hotspot (also known as...
View ArticleCould not get the build in androidstudio
I am getting these errors. I tried npm install. But the errors are still existing. What went wrong:A problem occurred evaluating script.Command config unrecognized. Make sure that you have run npm...
View Articlereact navigation 4 , serious problem navigate back on android v5
after a while i wanted to publish my app i decided to test on various versions of android , everything on navigating was ok till when i tried to test my app on android v5 and my react-navigation...
View ArticleCenter React Navigation header on Android title
I am using React Navigation and on IOS the headers are centered as intended but on Android the buttons which should be on the left and the title are all justified to the left. Does anyone know how to...
View ArticleRunning react native bare project results in error A problem occurred...
I have installed react native through the expo kit and now when I run yarn run android I received that error. I haven't changed anything on the template. I don't know what is happening.? If there are...
View ArticleExpo not starting any dev tools in the local host
This problem is very weird. I am running an expo based react native app and everything was working fine until a week back. I resumed my work only to find the expo start doesn't start up the dev tools...
View ArticleReact Native Axios upload image return Network Error on Android
I tried to upload some data including an image to server using Axios.It's working perfectly on iOS, but on Android, it returned Network Errorconst data = new FormData(); data.append('tag',...
View ArticleShould I move to Flutter? [closed]
I am a junior React Native developer, and I got 3 projects e-commerse with deadlines. It's very comfortable to write in javascript but I still face some issues on React Native that make me feel...
View ArticleReact Native: generate release APK using npm command
I am using such command to generate an APK:react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest...
View ArticleReact Native app won't start when using applicationIdSuffix
I am using react-native-codepush@1.16.1-beta and part of the setup includes specifying applicationIdSuffix. I've set this up on a previous app in the past with no issues (React Native 0.37). I've...
View ArticleReact-native! Problem with @expo/vector-icons/Fontisno
Unable to resolve "@expo/vector-icons/Fontisto" from "node_modules/react-native-dynamic-vector-icons/lib/components/Icon.tsx"How to solve this?
View ArticleReact native 0.62.0 - Network request error on Android for file upload
I have upgraded react-native to 0.62 and i got the problem of Network error for Android only, iOS works fine.I use FormData object to populate data formated asconst data = new FormData(); // On Android...
View Article