React Native - Android Permissions Request isn't working properly, it doesn't...
I'm trying to request a permission to Android following this simple tutorial But when I Run it, the dialog panel doesn't appear and the granted value returned is "never_ask_again".I already inserted in...
View ArticleHow to remove the blank white screen from my android phone in ignite react...
I am new to react native and ignite. I am making an ignite react native project. A blank white screen shows in my android phone. As mentioned in another stack overflow question here first I ran...
View ArticleCan't get background tasks to work in React-Native
I need to frequently write into a text file, let's say write a timestamp into a file with react-native in iOS and android. I wrote an app by the help of the following libraries. On android, the app is...
View ArticleHow to remove the blank white screen in android phone in react native project?
I am new to react-native. I am making a project in react-native with my android phone connected to my laptop at the USB port. When I run the project I see a blank screen on my phone. My phone is...
View ArticleHow to implement Android splash screen using svg instead of png?
I make RN app. For Android version I have made /drawable/splash_screen.xml with following content<?xml version="1.0" encoding="utf-8"?> <layer-list...
View ArticleI'm getting below problem while running my React-native Application
Failed to connect to development server using "adb reverse": spawnSync /home/sumit/Android/platform-tools/adb ENOENTI also Tried using $ adb reverse tcp:8081 tcp:8081 but no Luck.
View Article'android.disableResourceValidation=true' is experimental and unsupported in...
I am doing react native application. While creating android apk file getting following errorWARNING: The option setting 'android.disableResourceValidation=true' is experimental and unsupported. The...
View ArticleHow to initialize react-native project only for Android?
Can I initialize react-native app just for android? I executed following on Macnpx react-native init AwesomeProject but fails with cocoapods related errors. Error: Failed to install CocoaPods...
View ArticleOverriding Headphones Controll in Mobile App
I want to override and use the button of the headphones in my mobile app, so whenever I press volume up button (for example), something else will happen in the app (and the volume will stay the same)It...
View ArticleReact Navigation default background color
I'm using react-navigation and stack-navigator to manage my screens.Platforms I'm using:AndroidReact Native: 0.47.1React Navigation: 1.0.0-beta.11Emulator and DeviceI have a screen, which acts as a...
View ArticleReactNative - import not working on all modules
I'm having a weird issue with my react native android app. At the moment it imports only two out of several modules. I know this because i set a debugger, after the imports section and hovering over...
View ArticleAndroid - Copy build output to another folder with Gradle
I am trying to build my React Native Android app on Visual Studio App Center and I get this error: Task : Shell script Description : Run a shell script using Bash Version : 2.165.0 Author : Microsoft...
View ArticleRestoring upload key for signing with google android app
I have an app with signing with google. I have lost the Keystore I was using to sign and upload the app. I requested to reset the key to developer support. Someone contacted me and asked to do the...
View Articlefeature andoid module - not permite to use apply plugin: 'com.android.feature'
i am trying to create a feature in android, but i get the next errorExecuting tasks: [:app:assembleDebug] in project C:\Users\wilso\OneDrive\Documents\retrofit_system\retrofit_systemConfigure project...
View ArticleFlex dynamically when orientation changes (flip device)
I'm not ready to lock my app in portrait mode yet, not until I'm sure we can't figure this out.There once was a container called SwipeListView. It's a third party package, if you don't know it you can...
View ArticleReact Native Network Error GET request not working
I have been have an issue , sending a request (with axios) to my nodejs server is not working here is the codeonPressLogin = () => { axios .post( 'http://192.168.1.201:3000/v1/user/login',...
View ArticleHow to make StatusBar transparent?
Does anyone know a way to make Android Status Bar transparent with React Native?NOT TRANSLUCENT, Transparent.I am using react-navigation too.
View ArticleNo such property: variantManager
I have an issue on the compilation on vs code and on android studio:The build view:FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project...
View ArticleDisable default focus behaviour on Android TV
we've built the custom focus manager on Android TV, unfortunately, we can not find the way how to disable default focus behaviour. The problem appears when we are putting our elements in the...
View ArticleCould not build android app for react native project
I have developed a React native project in windows 7. I want to build android app. But error occurs when I run this command: gradlew assembleRelease in the android folder to build the apk,...
View Article