Error: Unable to resolve module `api-ecommerce`
Im setting up a android app to connect with my wordpress woocommerce site.when i run the setup i get a error code 500error: bundling failed: Error: Unable to resolve module api-ecommerce from...
View ArticleHow to call function instead of screen inside Drawer on React Navigation?
I Used "react-navigation": "^4.0.10", "react-navigation-drawer": "^2.3.2",and implement a drawer and inside them, I added my item, one of them is "Call us" and it should open a phone so I used for it...
View ArticleMy React Native App is working on iOS as expected but it's not working...
First of all, I have 3 Screens that get on the screen in total. I don't have any issue on my Home Screen but after when you press to play button it navigates you to Play screen and in Play Screen...
View Article[react-native]could not connect to development server on android
When I run "react-native run-android",it gives me error:"could not connect to development server...".Package server is running and i can access it directly from browser in mobile device.My android...
View ArticleDoes React Native translates Java Script into native code in the background?
I am currently developing a hybrid mobile application using React Native library. But I am not sure how it executes in the Android or iOS platforms just like how a native application executes. So could...
View ArticleHandling loss of internet connectivity on React Native
I've made a React Native App that scans for BLE devices using a foreground service on Android. The issue I have is dealing with the loss of internet connectivity. Once the internet is available, the...
View Articleindex.android.bundle not updating when creating release build
I'm working on a Project in ReactNative & it's working fine in debug build (When installing via react-native run-android but When I generate a release build it crashes as soon as I open it,...
View ArticleHow to develope micro apps for mobile (both ios and android)
i have a react native app and another android application. i need to develop a micro app that can be integrated into both of the application . (mobile environment)i heard about electrode react native....
View ArticleDetect if picture of picture taken in mobile app
I am working on a face recognition app where the picture is taken and sent to server for recognition. I have to add a validation that user should capture picture of real person and of another picture....
View ArticleExecution failed for task ':app:mergeReleaseResources'. react native realse...
I have tried multiple solutions online can't get the build to workI get a Execution failed for task ':app:mergeReleaseResources'.FAILURE: Build failed with an exception.What went wrong: Execution...
View ArticleIs there a way to change the background colour of the view for 1 second...
Is there a way to change the background colour of the view for one second then change it back to normal colour , whenever the state changes in react native ? How to approach this problem ? should we...
View ArticleReact Native Facebook SDK Login - App crashes on login
in my react native app crash on facebook login button. I use the 0.10.0 tree because the version of my react native is 0.59. https://github.com/facebook/react-native-fbsdk/tree/0.10.0-stable. Error on...
View ArticleHow to integrate @2x @3x images to React Native Project (Both Android & IOS)?
I had added the same image's versions (@2x @3x)into src>asssets to work our platform in all devices. Here is the problem, VSCode only recognizes i.e path.png (it doesnt recognize @2x and @3x). How...
View Articlehow to determine staging or production __dev__ in app
I have same app distribute with different config - staging or production, both is running on user physical phones.I am wishing to use __DEV__ to determine if the app is running in development or...
View ArticleRefresh contentComponent in react-navigation
I am using React-Navigation where I am using functionality of custom drawer by using contentComponent of React-Navigation.const DrawerNavigation = DrawerNavigator({ DrawerStack: { screen: DrawerStack }...
View ArticleReact Native Android Firebase Crashlytics: Must Initialize Fabric before...
I have a react native app that already has Firebase installed on it. I am attempting to get the Crashlytics firebase module installed on it now.I have gotten iOS to build and seems to be doing some...
View ArticleI can not play video with m3u8 format
I am building a project in React Native and I used the react-native-video dependency to play video streaming, but it does not play anything when the file is m3u8. Will it be the file codec?Video...
View ArticleHow to Force React Native app to be just RTL?
I have an app is written in react native and all things in the app use "Arabic Language and layout"So I want to force the app to be RTL & Layout too, so I use I18nManager from RN to do it and it's...
View ArticleDoes React Native translates JavaScript into native code in the background?
I am currently developing a hybrid mobile application using the React Native library. But I am not sure how it executes in the Android or iOS platforms just like how a native application executes. So...
View ArticleApp 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 Article