is there any other way than expo to run my React app? How should i do it? [closed] - react-native

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 days ago.
Improve this question
Hi
I have question and i hope that you have my answer
I wanna know that is there any other way than expo to run my React app into it ?**
**if there is a way what should i do and how should i do it ?
**

Your question is a bit confusing. It sounds like you are looking for an in-browser live edit and previewer for react. Expo is a in-browser live edit and previewer for react native. While you can get away with doing some react web only stuff in it; its not react. It sounds like you are looking for something like codesandbox or react playground

Related

Best way to ask for data from server React Native [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 months ago.
Improve this question
I have a react native application that needs to display the same info from the server almost in real time when there is a change. How I'm doing it now: I created a setInterval() with a fetch inside that runs every 10 seconds. The problem is that sometimes there is no change in the server for hours and the app keep asking the serve for info that its already there creating a lot of unnecessary traffic.
Is there any way to do the other way around? Like, the serve asks the react native app to check for updates? What would be a better solution?

React Native or Flutter? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I currently learn React and I want to learn Mobile Development too. I do not want to learn Swift,Java or Kotlin. I want Flutter or React Native. Which one to choose and why?
In you case React Native will be fast to learn. Flutter language is Dart and you will need to learn new language but as I understand you don’t want. Flutter is new then React Native. Flutter is growing fast but React native is more stabile and has a lot of helpful moduls.

Integration with payFort react-native-expo [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I tried to use payFort with react native expo but it's didn't work so if anyone used it and can help me?
There is no support available until today for Payfort in react-native in the expo, you have to use webview and make API calls manually to authenticate the user and verify the signature and all, I worked on this a few years back and it was a mess.
So now the solution is to collect the user information in some form and use pay fort rest APIs and make that payment process happen.

Better Choice between React Native and Flutter(Dart) [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I will like to start mobile app development, but don't know which is a better choice between flutter and react native.
I would like some suggestions based on which is easier to learn and also more flexible with a better community and which one I can use to get a lot of work in which the development process is faster.
Thanks
Oyero H.O
First of all you need to describe what knowledge area you have.. if you are already javascript developer the react-native will be so easy for you to lean and fast development you will deliver..
if you are did not have any big development experience in JS i will recommended Flutter
please read more about it here
https://medium.com/flutter-community/why-flutter-has-become-the-best-choice-to-develop-a-startup-mobile-app-in-2020-5785ea153b13

Performance difference between Expo and React Native with native code [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
React native is often considered to be better than solutions like Cordova or Ionic because it is true native in the end. But I wonder if it looses this advantage when using Expo XDE or create-react-native-app. Is the performance of react native apps using Expo similar to the ones no using it?