React Native : Expiring Daemon because JVM heap space is exhausted?
I just updated the Android Studio to 3.5.0 and I'm getting Expiring Daemon because JVM heap space is exhausted . Message while the build is running. Also, the build is taking more time to complete....
View ArticleHow to allow keyguard / lock screen to lock phone after unlocking the device...
I am creating a video calling app and have the following code which is called when the application receives a push notification - it unlocks the screen and presents an 'incoming call' user...
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 ArticleHow to lock Android device after unlocking with setShowWhenLocked(true);
I am creating a video calling app and have the following code which is called when the application receives a push notification - it unlocks the screen and presents an 'incoming call' user...
View ArticleSmart adapter connecting with react native app
I want to connect a smart adapter with my react-native mobile application. Can you suggest me some smart adapter which has this feature? does any body know how to do it?
View ArticleTrouble when trying to run android project
When I try to build an Android app in react native, I always get an error. So, I ran thecd android && gradlew installDebug --stacktracecommand and the output is as...
View ArticleThe development server returned response error code :500 when running...
I've just created a React-native project on Android but got an error when running 'react-native run-android'.I have tried bunch of different solutions on Stackoverflow but none of them worked. The...
View ArticleHow to change value of input react native
Sorry I am new to React Native, and want to know how to change current input value?As in my case, if I enter a new word directly into input the previous word or the previous value in the value will...
View ArticleHow to enter barcode manually to fetch the data in react-native?
I'm using react-native-camera to scan the barcode of type code128 only which is working fine.Now, the app scans the barcode and on successful scanning navigates to a new page displaying the type of...
View Articlereact-native run-android command errors with java.lang.outofmemoryerror
I keep getting an out of memory error whenever I try and do react-native run-android from within Visual Studio code. I've also tried just using the standard windows terminal but I get the same...
View ArticleKeyboard keeps closing after user taps on input
The problems =>https://drive.google.com/open?id=1KwBWMVsj-0PFzt9cLfLuZ9cTvkqjIob8This is my codeexport default function TextInp(props) { const [ansVal, setAnsVal] = useState(props.data.ans); const...
View ArticleFacing issue once i run my react-native app on android
Once i try to run my react native app on android then it shows me an following error i can run run the command : react-native run-android Task :app:transformDexArchiveWithDexMergerForDebug FAILEDAny...
View ArticleExpo react native app image not work properly on testflight ios
I have an app login page centered on screen. When i test on locally with expo on win server and also tested mac on a simulator it works perfectly but when i do build-ios and put it to appstore and test...
View ArticleAdd Android Icons to React Native Project
ProblemI'm trying to add icons to my React Native app for Android but I'm running into a big problem. The recommended way in the Android documentation isn't working for me. When I right click on the...
View Articlemore than one device/emulator react native Error in react native start
I start my Genymotion then i do npm start on my react native project via VS Code . i got this message:>Press a to open android device or Emulator >Press q to display QrCode . . so i pressed a but...
View ArticleReact Native: Task :app:installDebug FAILED
I am working on MAC, trying to run React Native on android but it throws this error: Task :app:installDebug FAILED. This is the full error:Deprecated Gradle features were used in this build, making it...
View ArticleReact-Native, Android, Genymotion: ADB server didn't ACK
I am working with React-Native, Android, and Genymotion on Mac. When I run react-native run-android I get this lines at the end of the launch operation:... 04:54:40 E/adb: error: could not install...
View ArticleReact native app freezes when syncing 10 API calls
I've been working on React Native app with Redux state management. In this app, Syncing happens every 1 minute. I hit 10 API calls each and every time. Recently I've noticed app freezes in the Android...
View ArticleERR_UNKNOWN_URL_SCHEME on react native webview
I'm developing an app with react-native-webview.And when I click a link with <a href="sms:888888&body=Test Message">Click here</a> I'm receiving error err_unknown_url_scheme.Thanks
View ArticleGetting a 'Request failed with status code:404' when trying to access zomato...
I have just started out with learning react-native and stuck with an issue.my aim is to: 1- search for restaurants in my city using the search bar by entering key words. 2- i have got the API key 3-...
View Article