This website requires JavaScript.
Explore
Help
Sign In
Bram
/
BangleApps
forked from
FOSS/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
0
Code
Pull Requests
Activity
5630b85918
BangleApps
/
apps
/
ios
/
app.js
3 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ability to depend on a specific app ID Layout can display images in buttons iOS and Android integration apps
2021-11-04 17:16:02 +00:00
// Config app not implemented yet
messages: split library/gui/widget into separate apps
2022-11-20 14:41:02 +00:00
setTimeout
(
(
)
=>
require
(
"messages"
)
.
openGUI
(
)
,
10
)
;