1: UI works, receiving location updates
This commit is contained in:
12
ui/app/components/Home.js
Normal file
12
ui/app/components/Home.js
Normal file
@@ -0,0 +1,12 @@
|
||||
class Home extends Shadow {
|
||||
render() {
|
||||
ZStack(() => {
|
||||
|
||||
})
|
||||
.backgroundColor("#aebdff")
|
||||
.display("block")
|
||||
.width(100, vw).height(100, vh)
|
||||
}
|
||||
}
|
||||
|
||||
registerShadow(Home)
|
||||
Reference in New Issue
Block a user