renative
renative copied to clipboard
[Kaios] can't run template starter in kaios 3.0
Describe the bug KaiOS 3.0 simulator don't open template app when you install it.
Steps to run app in Kaios 3.0
Only works in linux os
- Download appscmd
- Download Kaios simulator 3.0
- Unzip files. In first zipped folder there is second one. Unzip it too. Copy path to second folder.
- Add path to global/local renative.json.
- Run command "npx rnv build -p kaios" in template_starter
- Run command "npx rnv target launch -p kaios" (or if that didn't work try to run "npx rnv run -p kaios") in template_starter
- Go to appscmd folder
- Rename linux version of appscmd to "appscmd"
- Open appscmd folder to terminal
- Run command "chmod a+x ./appscmd"
- Run command "./appscmd --socket /tmp/apps_service_uds.sock install {full path to renative platformBuilds/template_kaios/build folder}"
- Go to kaios main meniu and select ReNative icon
Problem with PWA app instalation in Kaios 3.0
When you try to install Progressive Web App in Kaios 3.0 simulator, app don't show up in simulator.
I tried to use original kaios template https://github.com/kaiostech/next-sample-vanilla. It also had same problem.