AdrianoRuberto / mobile-app-comp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova vs Ionic 4 vs React Native vs. React Native + Expo

Here is a (very) simplistic non-persistent TODO app for the sake of comparing frameworks.

Cordova

The code:

To try:

cd cordova
npm install
cordova platform add android
cordova run android

Ionic

The code:

To try:

cd ionic
npm install
ionic serve

React Native

The code is here: rn/App.js.

To try:

cd rn
npm install
react-native run-android

Expo

The code is here: expo/App.js.

To try:

cd expo
npm install
expo start

License

Do whatever you want.

About


Languages

Language:TypeScript 38.3%Language:JavaScript 21.8%Language:CSS 12.2%Language:Objective-C 11.5%Language:HTML 6.9%Language:Python 5.1%Language:Java 4.1%