This website requires JavaScript.
Explore
Help
Sign In
octo
/
tooot
mirror of
https://github.com/tooot-app/app
Watch
1
Star
0
Fork
You've already forked tooot
0
Code
Issues
Projects
Releases
Wiki
Activity
176b4ea14c
tooot
/
index.js
5 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fixed #336
2022-08-12 16:44:28 +02:00
import
{
registerRootComponent
}
from
'expo'
619 restructure local storage (#628) * To MMKV migration working * POC migrated font size settings * Moved settings to mmkv * Fix typos * Migrated contexts slice * Migrated app slice * POC instance emoji update * Migrated drafts * Migrated simple instance properties * All migrated! * Re-structure files * Tolerant of undefined settings * Can properly logging in and out including empty state
2022-12-28 23:41:36 +01:00
import
App
from
'./src/App'
iOS can run
2021-01-28 00:41:53 +01:00
Fixed #336
2022-08-12 16:44:28 +02:00
registerRootComponent
(
App
)