App published but not indexed in Google Play after 2 weeks
For a client of ours we've created an app which has to be available by the 11th of October. The app is already available in the iOS App store but Google Play seems to be a problem.I have added the...
View Articlegetting error when i try to run react native app on android
i'm trying to run react native app on android with this command npx react-native run-androidbut i am getting this error every time:Failed to parse React Native CLI configuration. Expected running...
View ArticleHandle native service notification with react-native-firebase (Android)
I've been using react-native-firebase to handle receiving remote push notifications + displaying local notifications. The code below has been sufficient to handle notifications sent during active,...
View ArticleHow to customize button of react native
I am trying to make my application button in react-native like belowI am using inbuilt Button view of react native where I see that it does not allow to change the height also. I want to change the...
View ArticleCould not expand Zip in react native project
I have seen the other questions similar to this on StackOverflow, but I feel like this error pops up all the time, and none of the solutions have really lasted for me. I just recently upgraded our...
View ArticleHow to debug an Android built application that works perfectly in dev and...
I'm new in the react-native/expo community.I developped an app with expo. I have no warning or error in dev. When I publish my app on expo server, all works well.However, when I make an android build,...
View ArticleReact-native keyboard no comma on android Samsung devices in Text Input
I have a React-native app with TextInput and KeyboardAvoidingView. And everywhere it works well except android Samsung devices, especially Samsung A3. Because on this device the keyboard is appearing...
View ArticleReact Native stream camera of Android phone output to RTSP
I would like to stream my Android phone camera to a server, but my server only accepts RTSP. I have tried using react-native-nodemediaclient output RTMP which working well, but I don't want to write a...
View Articledouble push notification created with React Native + Expo + FCM
I'm trying to create an app that can receive push notification. The push notifications are sent using AWS SNS and using FCM token rather than Expo's Token. The notifications were received, however,...
View ArticleReact-Native-Video how to pause the video when video not in full screen or...
i am making a Android video gallery app like YouTube using React-Native for that i am using 'react-native-video' , package While using it i had a problem with video auto-play option all videos are...
View ArticleReact Native on Android: Unable to determine the current character, it is not...
I create a new application and insert a old code, when i build the application this error appears:Script...
View ArticleYoutube blocked by the great firewall of china [closed]
In one of our mobile application we are using the youtube but it is blocked by the great firewall of china. Which platform do we use and does it work with the firewall for iOS Android?or any other...
View ArticleAdd node_modules in aar library of a 'react-native android' project
Is there a way to include node_modules in aar library so that a new android project using this aar library doesn't have to add these dependencies at their end as well?I wanted to create a react native...
View ArticleI receive a 401 error from the server when trying to authenticate a user in...
I described my problem in the title. Some additional info:0) When I enable the Network Inspect in the React Native Debugger, everything works fine, and I don't have such a problem.1) I use expo for my...
View ArticleHow to create aab (bundle) via Fastlane?
I want to create aab (bundle) via Fastlane, but so far I was able to create only apk, here is my lane now, how to create aab? lane :beta do store_password = prompt(text: "Signing Store Password: ",...
View ArticleReact native: Using a panResponder inside of a scrollview broken on android
I know this issue has been raised many times but I have not found a working fix on any of the other threads (Most of which have very little to no replies). In my implementation I have a ScrollView...
View ArticleReact-Native Module for Android App Licensing
Looking to implement App Licensing for Android within react-native project which is referred here:https://developer.android.com/google/play/licensingIs there any react-native module available for the...
View ArticleAndroid duplicate when open with
Has anyone had a problem similar to the one in the image?I get this duplication after pt manifestPlaceholders = [ appAuthRedirectScheme: "emyplace" ] in my default configs, but if I remove it, i...
View ArticleCan you suggest me few options to do deep linking for react native app? [closed]
I have to do deep linking implementation for my react native application. Suggest good options which work for both android and ios.
View Articlewho to have rtl support in React Native in some pages and components and not...
I am working on an App and set the allow rtl to false sharedI18nUtilInstance.allowRTL(getApplicationContext(), false); now I have a material ui text field that needs to be rtl in some pages but when I...
View Article