This website requires JavaScript.
Explore
Help
Sign In
FOSS
/
BangleApps
mirror of
https://github.com/espruino/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
acb96b5d1e
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
)
;