Why React native app is Too slow in comparison with expo - android

I was Trying to build an app using react-native app.
but the app was running very slow like if i click or tap on any button it takes a around 1-2 seconds to perform basic function
and if i built the same thing using expo it works fine.
Can some please help me out why react native app is behaving like this.
My react Native-App video
My react Native-App video:https://photos.app.goo.gl/Y8jQRS8wrUcoTyH39
My expo app video
My Expo react Native App Video: https://photos.app.goo.gl/7Ezq3tErTS4aLL1GA
I tried all possible methods to make react native faster like using memo and callable methods.

if you are using native-base there an issue her : visit https://github.com/GeekyAnts/NativeBase/issues/4302

Related

Show Popup when Phone Rings in React native with expo

I'm doing an android application with the expo framework. I want to make a popup when a voice call comes in and after call gets disconnected.
We can achieve this module using broadcast receiver(android.intent.action.PHONE_STATE). But I couldn't find any packages for react native with expo.
Can anyone help me to achieve this functionality?

React Native, Expo, ExpoKit - Is there way to use default native camera app of device?

I found that there is no way to use (call) default native Android camera app to take picture and return it back into app in Expo managed project.
What about clean React Native project or Project with ExpoKit? Is there way to use just Android's camera instead of writing your own?
Same question with Gallery of images to pick

Apache cordova or react native webview

At work we are thinkng about creating an android application to launch our webapp. (We need an APK)
So we are thinking about two possible solution :
Using apache cordova to launch our client side code.
Using react native (we don't will to recreate another client side app), so we will just launch our web app inside react native webview.
What did you think is the more suitable and the best ?
Thank's

Is it a normal behaviour for a react native app?

I have a react native app which doesn't work without npm start running. When I try to start it without USB connection, I have an error message:
Unfortunately AppName has stopped working
I am working on android.
Does the problem go away when the app is deployed?
Thanks
Yes It Is Normal Behavior As NodeJS Update the UI and implement the Code there
is Need to Start NPM to make nodeJS work in ReactNative to work with Android

Run background native app or service using cordova

i have a native android app and i'm making another app using cordova and phonegap,
Is it possible when i open my cordova app it will run on background the other native app?
Thank you
I'm not sure but I think is to mix the native code for the core service with the Webbased UI.
you can take a look at Cordova-Plugin-BackgroundService
but it is for android only.

Categories

Resources