React Native : Custom Push Notification Sound when the application is...
I am using React-Native-Firebase's Cloud Messaging module to for Remote/Push Notification. Custom sound works for iOS but doesn't work for Android.I am talking about when the application is...
View ArticleExecution failed for task ':app:compileDebugJavaWithJavac':
When I try $ react-native run-android on android emulator, I get this error::app:compileDebugJavaWithJavac /home/user/app/android/app/src/main/java/com/package/MainApplication.java:8: error: a type...
View ArticleDetect Android React Native app running under Detox context in MainActivity.java
I wish to take screenshots of my React Native app from a Detox e2e run when a test fails. This works fine on iOS, but on Android due to the use of FLAG_SECURE in my MainActivity.java, the screenshots...
View ArticleBranch based deployment in Microsoft Appcenter
I need to deploy apps to app store for each branch. I have DEV, PROD, Staging and UAT environments. Each has a separate branch. What i need to build and deploy each branch to separate app in app...
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 afterwards.
View ArticleonPress handler not being fired over TouchableHighlight on Android
We are experiencing a weird issue. The thing is that when you press the button, for some reason the Highlight to the underlayColor is occurring but the Touchable is not firing the onPress handler. The...
View ArticleHorizontal FlatList inside ScrollView is not scrolling
I have a screen with many horizontal FlatLists inside a ScrollView, the structure is likes this:<ScrollView> <View> <FlatList horizontal={true} .../> </View> <View>...
View ArticleReact-Native :java.lang.UnsatisfiedLinkError: couldn't find DSO to load:...
I have just updated my project to use react-native version 0.60.2 . But when I am trying to run an application on Android device it gets crashed after launch screen. I got the following error logs :...
View ArticleHow to display Device folder in React Native
I want to display my device folder for Gallery app development in React Native. i was searched lot at Google but no improvement. anyone have an idea, please share it.
View Articlereact native picker is not showing in android
I am trying to add picker in react native android but it does not showing in android. I map my location date to picker item but i did'nt see picker in screen.<Picker...
View ArticleWhere to register and unregister receiver for headless JS in react-native?
I want to receive ACTION_USER_PRESENT for unlock event in background and also when the app is killed i.e when app is removed from recent apps.If I use headless JS for background processing where should...
View ArticleReact-native throwing unexpected token error on import statement
React-native is throwing an unexpected token in a firebase import statement. I have been trying to fix this for a long time. I have already installed @react-native-firebase/auth with npm i install...
View ArticleThe navigation prop is missing for this navigator Error for React Native...
Here is the error message: And here is the code snippet: This is my first React Native project and I'm very unfamiliar with the language and structure of RN. Could someone help me figure out how to fix...
View Articlecamera.takePictureAsync(options) is not a function in react native camera
Hello im new in react native and i just building my first react native project with camera without expo. I installed it with npm install react-native-camera and then linked it with react-native link...
View ArticleExpo android app, PushNotifications doesn't work in standalone apk?
I am facing a problem, when I am running an app through expo client app, PushNotifications works. But if I am building a standalone .apk, I need to install expo client, in order to get pushtoken. And,...
View ArticleHandling FCM notifications when app is killed
I've developed a basic app in order to explore the FCM push notification principle. Everything goes as expected when my app is in foreground, notifications are handled by the...
View ArticleDeprecated Gradle features were used in this build, making it incompatible...
I try to get Apk in react-native however it doesn't give me anything. release file which is in Apk file is empty and after Gradlew bundle release is finished, it says Deprecated Gradle features were...
View Articleonline Fingerprint authentication with react native-cli or expo
Can i add online fingerprint authentication with react native or using other JavaScript library? I can't find any solution online. I need help.
View Articlenetwork native module android not working in react-native progam for android...
I have not too much experience with android services, the broadcastReceiver have some warning also WifiReceiver.java uses or overrides a deprecated API. I search for this but couldn't find any...
View ArticleHow to navigate one page to another page using React Native?
my scenario, I am trying to navigate login.js page to home.js page. I need to implement navigation but need to hide into login.js but need to show into home.js. Here, login button click to navigate...
View Article