create-gufran-expo-app 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/appScreenshot/01-Login-screen.png +0 -0
- package/appScreenshot/02-Home-screen.png +0 -0
- package/appScreenshot/03-Dark-Setting-screen.png +0 -0
- package/appScreenshot/04-Setting-screen.png +0 -0
- package/appScreenshot/05-Dark-home-screen.png +0 -0
- package/appScreenshot/06-Dark-profile-screen.png +0 -0
- package/appScreenshot/07-Reactotron.png +0 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -6,6 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
A CLI tool to create production-ready Expo React Native apps with Firebase, Navigation, TypeScript, and more. Works offline - no git clone needed!
|
|
8
8
|
|
|
9
|
+
## 📸 App Screenshots
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
<img src="https://raw.githubusercontent.com/GufranGaury1887/Boiler_Plat_Expo_-Gufran/main/appScreenshot/01-Login-screen.png" width="180" alt="Login Screen" />
|
|
13
|
+
<img src="https://raw.githubusercontent.com/GufranGaury1887/Boiler_Plat_Expo_-Gufran/main/appScreenshot/02-Home-screen.png" width="180" alt="Home Screen" />
|
|
14
|
+
<img src="https://raw.githubusercontent.com/GufranGaury1887/Boiler_Plat_Expo_-Gufran/main/appScreenshot/04-Setting-screen.png" width="180" alt="Setting Screen" />
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
<p align="center">
|
|
18
|
+
<img src="https://raw.githubusercontent.com/GufranGaury1887/Boiler_Plat_Expo_-Gufran/main/appScreenshot/05-Dark-home-screen.png" width="180" alt="Dark Home Screen" />
|
|
19
|
+
<img src="https://raw.githubusercontent.com/GufranGaury1887/Boiler_Plat_Expo_-Gufran/main/appScreenshot/03-Dark-Setting-screen.png" width="180" alt="Dark Setting Screen" />
|
|
20
|
+
<img src="https://raw.githubusercontent.com/GufranGaury1887/Boiler_Plat_Expo_-Gufran/main/appScreenshot/06-Dark-profile-screen.png" width="180" alt="Dark Profile Screen" />
|
|
21
|
+
<img src="https://raw.githubusercontent.com/GufranGaury1887/Boiler_Plat_Expo_-Gufran/main/appScreenshot/07-Reactotron.png" width="180" alt="Reactotron" />
|
|
22
|
+
</p>
|
|
23
|
+
|
|
9
24
|
## Features
|
|
10
25
|
|
|
11
26
|
- 🔥 **Firebase Integration** - Authentication, Push Notifications, Analytics
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-gufran-expo-app",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "🚀 Ultimate Expo React Native Boilerplate - Create production-ready Expo apps instantly with Firebase, Navigation, TypeScript, and more. No git clone needed, works offline!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"bin",
|
|
47
47
|
"lib",
|
|
48
48
|
"template",
|
|
49
|
+
"appScreenshot",
|
|
49
50
|
"index.js",
|
|
50
51
|
"README.md",
|
|
51
52
|
"LICENSE"
|