Can my android TV launcher be visible when displaying settings?
I have android TV app that is launcher and can open system settings. However, after opening settings my app stops being visible as on the image:Is there a way to see my app in the background similarly...
View ArticleNot able to run my react native project without errors
I am trying to run my react native project via this command: npx react-native run-androidMy project was correctly build:BUILD SUCCESSFUL in 14s 160 actionable tasks: 1 executed, 159 up-to-date Running...
View Articleplay and pause videos in React-Native FlatList or Play video only one Video...
Hi i am doing video Gallery app like TikTok using React-Native with FlatList , While i am doing the app i got the error with videos play and pause options. When i open the app all videos are playing at...
View Articlefirebase Analytics not working in React native android
android Firebase analytics event not Working.in ios working without error & show event log in firebase dashboard.I am using firebase version 5.5.5.
View ArticleIs it possible to detect if an app in AppStore is developed with React Native?
For Android there are a few decompiling applications such as Show Java. We are able to understand which platform used for the development of that Android app. Is there any way to understand if an iOS...
View Articlereact-native run-android command failed, but gradlew installDebug work
I'm using react-native 0.43.3 on OSX. I tried to running app on Android and get messagereact-native run-android Scanning 568 folders for symlinks in...
View ArticleApp not showing up in Google Play Store for Galaxy S8+ (model G955U), what...
I have an app in Google Play, which has such configuration: minSdkVersion = 21 compileSdkVersion = 28 targetSdkVersion = 28 buildToolsVersion = '28.0.0' supportLibVersion = '28.0.0'One of the potential...
View ArticleHow to building React Native App using WebRtc
Thank you for your help in advance.I want to make a new WebRtc mobile application for video calling using react native, i checked many articles but not getting exact information how to start. Can any...
View ArticleHow to handle a share intent(sending an image) in the expo app?
Is there any way to handle sharing files to expo app? According to the documentation of app.json it's possible to provide intentFilters, but I can't find anything regarding handling them...
View Articlereact native moment updateLocal fr crush android
I want to translate date to french language using moment library.I create an android build but it crashed when i open the component.My code is : import Moment from 'moment'; // i fixed the error // var...
View ArticleReactNative Android all requests fail while iOS works
Suddenly while debugging Android all network requests fail, but within iOS, it works.curl --data "email=test@gmail.com" https://unblnd.com/api/login works correctly and provides the expected result....
View ArticleScreen navigationOptions: how to use translations
In the code below I have SettingsScreen with translations, which works prefectly. I use Android emulator for developing.import { View, Text } from 'react-native'; import { HeaderBackButton } from...
View ArticleIf I open my app and close it again so fast, when I come back to it, all the...
I'm having a problem that's not dramatic, but it's a little annoying anyway.If I open my application (it's basically killed) and I cut it directly (like really fast), and then I click on it again to...
View ArticleOpen Url in default web browser
I am new in react-native and i want to open url in default browser like Chrome in Android and iPhone both.We open url via intent in Android same like functionality i want to achieve.I have search many...
View Articlereact native store notification data when app is close or in backaground
I'm trying to build a react native app that includes chat, I'm using realm for storing my data on the device, and FCM to get a remote notification with 'react-native-firebase'.I would like to know if...
View Articlereact-native How to open local file url using Linking?
I'm using the following code to download a file (can be a PDF or a DOC) and then opening it using Linking.const { dirs } = RNFetchBlob.fs; let config = { fileCache : true, appendExt : extension,...
View ArticleError: Unable to determine the current character, it is not a string, number,...
Whenever I run react-native run-android while keeping the emulator running, I get this error. react-native run-ios wroks completely fine.Error: Command failed: ./gradlew app:installDebug...
View ArticleWindows error :spawnSync ./gradlew EACCES error when running react native...
Am trying to run react native using react-native run-android but I get the above error. I was having issues getting my detached expo to run on android emulator and I keep getting this error Error...
View ArticleScrollView with Accordion Lists overflowing navigator boundaries
I need to use ScrollView because of the amount of data shown on the screen. However, when it is first shown, the accordion lists are all collapsed. After any of them are expanded by a user click, the...
View ArticleCan't start react native android project on my android emulator after npm run...
I was developing React Native app and in the middle, I decided to use react-native-firebase module. So I ejected the project to get android project by running npm command - npm run eject.The eject was...
View Article