Folo/apps/mobile
Innei 0ab3ba9a3e
feat(rn/search): implement search tabview
Signed-off-by: Innei <tukon479@gmail.com>
2025-01-09 22:42:01 +08:00
..
assets feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
drizzle feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
scripts chore: try build assets in script 2024-12-26 15:30:13 +08:00
src feat(rn/search): implement search tabview 2025-01-09 22:42:01 +08:00
.env feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
.gitignore chore: update gitignore 2024-12-18 23:51:58 +08:00
README.md feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
app.config.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
babel.config.js fix: use babel to resolve 2025-01-02 11:53:38 +08:00
drizzle.config.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
eas.json feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
global.d.ts feat(rn): impl markdown component for rn 2024-12-31 23:34:13 +08:00
metro.config.js feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
nativewind-env.d.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
package.json refactor(rn): loading component 2025-01-07 16:50:14 +08:00
postcss.config.js chore: bring back tailwind config for dom 2025-01-08 20:59:03 +08:00
shim-env.d.ts feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00
tailwind.config.ts fix(rn): adjust ui colors 2025-01-02 18:10:49 +08:00
tailwind.dom.config.ts feat: html render for native (#2346) 2024-12-30 10:28:52 +08:00
tsconfig.json feat: mobile app architecture and initial screens (#2144) 2024-12-26 00:06:03 +08:00

README.md

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

     npx expo start
    

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.