Skip to content

Commit aa8c24c

Browse files
committed
2025-11-21 [1]
1 parent ea75908 commit aa8c24c

File tree

11 files changed

+24
-1
lines changed

11 files changed

+24
-1
lines changed

context/AlertProvider.tsx

Whitespace-only changes.

context/ToastProvider.tsx

Whitespace-only changes.

context/UserProvider.tsx

Whitespace-only changes.

lib/connectDb.ts

Whitespace-only changes.

lib/fetchData.ts

Whitespace-only changes.

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
"name": "custom-expo-template",
33
"version": "1.0.0",
44
"main": "index.ts",
5+
"keywords": ["expo", "template"],
6+
"files": [
7+
"*",
8+
"app",
9+
"components",
10+
"lib",
11+
"hooks",
12+
"context",
13+
"screen"
14+
],
15+
"description": "A custom expo template project to make the entire expo app building process more reliable and streamlined.",
516
"scripts": {
617
"start": "expo start",
718
"android": "expo start --android",

screens/AuthScreen.tsx

Whitespace-only changes.

screens/HomeScreen.tsx

Whitespace-only changes.

screens/SplashScreen.tsx

Whitespace-only changes.

template.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"description": "Custom Expo template with TS, NativeWind, SQLite, Drawer, Notifications, Updates.",
3+
"displayName": "custom-expo-template"
4+
}

0 commit comments

Comments
 (0)