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.