âī¸Setup the project
To define it as your own project
Download the app source code from CodeCanyon and extract it. Open the source code in your favorite text/code editor. We suggest Visual Studio Code.
Config.js
exports.domain - with your real domain example
"exports.domain = "https://restotiger.com";
exports.LOGO="https://site.com/image.png"; -- Link to your logo ( can be the one on the login screen )
App.json
There, change the name, slug, ios.bundleIdentifier and android.package with your desired values.
Images
Manually replace
Last updated