Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
0xarchit
/
CityTrack
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CityTrack
/
User
/
index.ts
0xarchit
User app beta v1 complete
71638d4
3 months ago
raw
Copy download link
history
blame
contribute
delete
104 Bytes
import
{ registerRootComponent }
from
'expo'
;
import
App
from
'./App'
;
registerRootComponent
(
App
);