how to create UNA App from website
how to create mobile app for existing UNA website (Both android and ios)
-
-
·
Alex T⚜️
- ·
There is repository with source code for the mobile apps: https://github.com/unacms/una-mobile-app
Also we have some video tutorials:
https://unacms.com/p/una-mobile-apps-rebranding-under-mac-osx
-
·
Alex T⚜️
-
- · Hari
-
·
In reply to Alex T⚜️
- ·
UNA.IO => Kookaburra com.una.android => com.kookaburra.android com.una.ios => com.kookaburra.ios una.io => kookaburra.io una => kookaburra
if i changes these existing UNA site automatically convert into app ?
-
-
·
Alex T⚜️
-
·
In reply to Hari
H
- ·
It's already an app no ned to convert, changing these will just rename the app, also there is helper rebrand.sh script to rename it more quickly.
-
·
Alex T⚜️
-
- · Hari
-
·
In reply to Alex T⚜️
- ·
ok i want it know ,it automatically convert existing site in to android app automatically or we write react native code from scratch ?
-
- · Hari
- ·
Task :app:compileDebugJavaWithJavac FAILED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
error occur.how to solve thes
-
- · Hari
-
·
In reply to Alex T⚜️
- ·
we want to change src/debug/una folder into kookaburra?
-
-
·
Alex T⚜️
- ·
Sorry, I can't suggest anything based on the provided information.
-
·
Alex T⚜️
-
- · Hari
-
·
In reply to Alex T⚜️
- ·
I followed your video tutorial, run the react-native poject
it shows compileDebugJavawith Javac error
how i solve these error? please guide me
-
-
-
·
Alex T⚜️
-
·
In reply to Hari
H
- ·
how to change the css & look in una react-native app ?
There is Theme.js for colors and look for styles at the end of App.js file.
-
·
Alex T⚜️
-
- · Hari
-
·
In reply to Alex T⚜️
- ·
how to rename app name using helper rebrand.sh. ? how to execute file via cmd prombt ? please give the procedure or sample video using rebrand.sh
-
-
·
Alex T⚜️
-
·
In reply to Hari
H
- ·
just change the necessary values in the beginning of this file and the run like this:
bash rebrand.sh
-
·
Alex T⚜️
-
- · Hari
-
·
In reply to Alex T⚜️
- ·
i searched app.js ,but theme.js not present there
-
-
·
LeonidS
-
·
In reply to Hari
H
- ·
Hello @Hari !
The Themes.js file is located in the same folder and level as App.js. as you may see here https://github.com/unacms/una-mobile-app
-
·
LeonidS
-
- · Hari
-
·
In reply to Alex T⚜️
- ·
bash linux command and i am using windows ,how to execute these windows command