Before we were using Expo bare workflow and was really difficult to configure and publish the app.
We moved to expo-managed workflow. This makes the building and submitting process so much easier. We have removed Onesignal native SDK, and instead, we use Expo Push notifications.
Mobile apps are compatible with older versions of the web project, but in order to have expo push, you need web version 3.2.0+
How to update your previous app.
In case you already have a working mobile app code, there is not much to reuse. But the setup in config.js is relatively simple. ( don't do copy-paste of config.js since the format is changed now )
If you already have an app on google play and the app store
In that case, you need to enter the same bundle identifier (iOS) / package name (android) and use your local keystore ( android ).
β
3.0.0 - 2021-08-16
This is a major update. We have changes more files, so it is recommended to download the new source code and use your can reuse your old config.json file.
In this update we have removed the Stripe SDK. This SDK was outdated, and google started rejecting apps because of it.
This update also uses the latest ReactNative navigation, and expo SDK.
It is important if you use the Client Mobile app, to use the latest version of the FoodTiger web project. Since from this version on, the list of payment methods is returned from the web api.
2.1.1 - 2021-06-01
This is a minor version with some small bug fixes on add to cart button in the Client app and the way AppCenter.ms is handling the build. The rename package is not working ok in Appcenter.ms for iOS. So that is why you need to do the iOS name change before you publish the repository.
There is a new Environment variable required
APP_PLATFORM - android or ios
If APP_PLATFORM is android then app renaming will be done for android in AppCeneter.ms
This is a major update. We have changes more files, so it is recommended to download the new source code and use your can reuse your old config.json file.
2.0.3 - 2021-03-01
This is a minor update, with fixes for fix for prices in item description. Here is a list of the updated files.
To update, either use the new files from CodeCanyon or copy-paste the new/updated files. ( Only screens/Item.js )