ios-projects/react/config.json

25 lines
450 B
JSON
Raw Normal View History

{
"routes": [
{
"path": "/",
"src": "src/pages/Index.tsx"
},
{
"path": "/not-found",
"src": "src/pages/NotFound.tsx"
}
],
"components": [
{
"name": "BottomTabBar",
"src": "src/components/BottomTabBar.tsx",
"route": "/preview/bottom-tab-bar"
},
{
"name": "IPhoneFrame",
"src": "src/components/IPhoneFrame.tsx",
"route": "/preview/i-phone-frame"
}
]
}