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 Codearrow-up-right.
exports.domain - with your real domain example
"exports.domain = "https://restotiger.comarrow-up-right";
exports.LOGO="https://site.com/image.png"; -- Link to your logo ( can be the one on the login screen )
There, change the name, slug, ios.bundleIdentifier and android.package with your desired values.
Manually replace
assets/icon.png
assets/splash.png
Last updated 3 years ago