create-ern-boilerplate 0.0.12 → 0.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ern-boilerplate",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Expo React Native boilerplate generator",
5
5
  "bin": {
6
6
  "create-ern-boilerplate": "./create.js",
@@ -40,10 +40,7 @@ interface News {
40
40
  // Sample categories
41
41
  const categories = [
42
42
  { id: 'all', name: 'All' },
43
- { id: '1', name: 'Technology' },
44
- { id: '2', name: 'Sports' },
45
- { id: '3', name: 'Business' },
46
- { id: '4', name: 'Entertainment' },
43
+ { id: '1', name: 'Technology' }
47
44
  ];
48
45
 
49
46
  export default function HomeScreen() {
@@ -73,105 +70,7 @@ export default function HomeScreen() {
73
70
  updatedAt: "2024-10-22T13:00:00.000Z",
74
71
  views: 1245,
75
72
  likes: 89
76
- },
77
- {
78
- id: "2",
79
- title: "Sports Championship Finals This Weekend",
80
- content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
81
- excerpt: "Championship finals set for this weekend",
82
- image: "https://picsum.photos/400/300?random=2",
83
- categoryId: "2",
84
- authorId: "1",
85
- publishedAt: "2024-10-21T14:00:00.000Z",
86
- createdAt: "2024-10-21T13:00:00.000Z",
87
- updatedAt: "2024-10-21T13:00:00.000Z",
88
- views: 987,
89
- likes: 45
90
- },
91
- {
92
- id: "3",
93
- title: "Global Markets Show Strong Recovery",
94
- content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
95
- excerpt: "Economic indicators point to sustained growth",
96
- image: "https://picsum.photos/400/300?random=3",
97
- categoryId: "3",
98
- authorId: "2",
99
- publishedAt: "2024-10-20T14:00:00.000Z",
100
- createdAt: "2024-10-20T13:00:00.000Z",
101
- updatedAt: "2024-10-20T13:00:00.000Z",
102
- views: 756,
103
- likes: 34
104
- },
105
- {
106
- id: "4",
107
- title: "New Movie Breaks Box Office Records",
108
- content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
109
- excerpt: "Hollywood blockbuster exceeds all expectations",
110
- image: "https://picsum.photos/400/300?random=4",
111
- categoryId: "4",
112
- authorId: "2",
113
- publishedAt: "2024-10-19T14:00:00.000Z",
114
- createdAt: "2024-10-19T13:00:00.000Z",
115
- updatedAt: "2024-10-19T13:00:00.000Z",
116
- views: 2103,
117
- likes: 156
118
- },
119
- {
120
- id: "5",
121
- title: "Climate Summit Reaches Historic Agreement",
122
- content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
123
- excerpt: "World leaders commit to ambitious climate goals",
124
- image: "https://picsum.photos/400/300?random=5",
125
- categoryId: "1",
126
- authorId: "3",
127
- publishedAt: "2024-10-18T14:00:00.000Z",
128
- createdAt: "2024-10-18T13:00:00.000Z",
129
- updatedAt: "2024-10-18T13:00:00.000Z",
130
- views: 1876,
131
- likes: 203
132
- },
133
- {
134
- id: "6",
135
- title: "Tech Giant Unveils Revolutionary Product",
136
- content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
137
- excerpt: "New gadget promises to transform daily life",
138
- image: "https://picsum.photos/400/300?random=6",
139
- categoryId: "1",
140
- authorId: "1",
141
- publishedAt: "2024-10-17T14:00:00.000Z",
142
- createdAt: "2024-10-17T13:00:00.000Z",
143
- updatedAt: "2024-10-17T13:00:00.000Z",
144
- views: 3421,
145
- likes: 287
146
- },
147
- {
148
- id: "7",
149
- title: "Olympic Athlete Sets New World Record",
150
- content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
151
- excerpt: "Historic performance stuns sports world",
152
- image: "https://picsum.photos/400/300?random=7",
153
- categoryId: "2",
154
- authorId: "2",
155
- publishedAt: "2024-10-16T14:00:00.000Z",
156
- createdAt: "2024-10-16T13:00:00.000Z",
157
- updatedAt: "2024-10-16T13:00:00.000Z",
158
- views: 1654,
159
- likes: 98
160
- },
161
- {
162
- id: "8",
163
- title: "Startup Valued at $1 Billion After Funding",
164
- content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
165
- excerpt: "Tech unicorn emerges from latest funding round",
166
- image: "https://picsum.photos/400/300?random=8",
167
- categoryId: "3",
168
- authorId: "3",
169
- publishedAt: "2024-10-15T14:00:00.000Z",
170
- createdAt: "2024-10-15T13:00:00.000Z",
171
- updatedAt: "2024-10-15T13:00:00.000Z",
172
- views: 892,
173
- likes: 67
174
- },
73
+ }
175
74
  ];
176
75
 
177
76
  useEffect(() => {
@@ -1,16 +1,5 @@
1
1
  {
2
2
  "users": [
3
- {
4
- "id": "1",
5
- "email": "admin@example.com",
6
- "password": "admin123",
7
- "name": "Admin User",
8
- "role": "admin",
9
- "status": "active",
10
- "avatar": "https://i.pravatar.cc/150?img=1",
11
- "createdAt": "2024-01-01T00:00:00.000Z",
12
- "updatedAt": "2024-01-01T00:00:00.000Z"
13
- },
14
3
  {
15
4
  "id": "2",
16
5
  "email": "developer@localhost.com",
@@ -25,72 +14,6 @@
25
14
  "createdAt": "2025-05-01T00:00:00.000Z",
26
15
  "updatedAt": "2025-05-01T00:00:00.000Z"
27
16
  },
28
- {
29
- "id": "3",
30
- "email": "user@example.com",
31
- "password": "user123",
32
- "name": "Regular User",
33
- "role": "user",
34
- "status": "active",
35
- "avatar": "https://i.pravatar.cc/150?img=3",
36
- "createdAt": "2024-01-02T00:00:00.000Z",
37
- "updatedAt": "2024-05-02T00:00:00.000Z"
38
- },
39
- {
40
- "id": "4",
41
- "name": "John Doe",
42
- "email": "john.doe@example.com",
43
- "password": "@developer",
44
- "role": "admin",
45
- "status": "active",
46
- "avatar": "https://i.pravatar.cc/150?img=3",
47
- "createdAt": "2024-01-15",
48
- "updatedAt": "2024-01-15"
49
- },
50
- {
51
- "id": "5",
52
- "name": "Jane Smith",
53
- "email": "jane.smith@example.com",
54
- "password": "@developer",
55
- "role": "user",
56
- "status": "active",
57
- "avatar": "https://i.pravatar.cc/150?img=3",
58
- "createdAt": "2024-02-20",
59
- "updatedAt": "2024-02-20"
60
- },
61
- {
62
- "id": "6",
63
- "name": "Mike Johnson",
64
- "email": "mike.johnson@example.com",
65
- "password": "@developer",
66
- "role": "user",
67
- "status": "active",
68
- "avatar": "https://i.pravatar.cc/150?img=3",
69
- "createdAt": "2024-03-10",
70
- "updatedAt": "2024-03-10"
71
- },
72
- {
73
- "id": "7",
74
- "name": "Sarah Williams",
75
- "email": "sarah.williams@example.com",
76
- "password": "@developer",
77
- "role": "admin",
78
- "status": "active",
79
- "avatar": "https://i.pravatar.cc/150?img=3",
80
- "createdAt": "2024-01-25",
81
- "updatedAt": "2024-01-25"
82
- },
83
- {
84
- "id": "8",
85
- "name": "Tom Brown",
86
- "email": "tom.brown@example.com",
87
- "password": "@developer",
88
- "role": "user",
89
- "status": "inactive",
90
- "avatar": "https://i.pravatar.cc/150?img=3",
91
- "createdAt": "2024-04-05",
92
- "updatedAt": "2024-04-05"
93
- },
94
17
  {
95
18
  "id": "9",
96
19
  "email": "user@localhost.com",
@@ -101,28 +24,6 @@
101
24
  "avatar": "https://i.pravatar.cc/150?img=10",
102
25
  "createdAt": "2025-05-01T00:00:00.000Z",
103
26
  "updatedAt": "2025-01-01T00:00:00.000Z"
104
- },
105
- {
106
- "id": "10",
107
- "email": "mockup@localhost.com",
108
- "password": "@developer",
109
- "name": "Mockup",
110
- "role": "user",
111
- "status": "active",
112
- "avatar": "https://i.pravatar.cc/150?img=7",
113
- "createdAt": "2025-05-01T00:00:00.000Z",
114
- "updatedAt": "2025-05-01T00:00:00.000Z"
115
- },
116
- {
117
- "id": "11",
118
- "email": "tester@localhost.com",
119
- "password": "@developer",
120
- "name": "Tester",
121
- "role": "user",
122
- "status": "active",
123
- "avatar": "https://i.pravatar.cc/150?img=9",
124
- "createdAt": "2025-05-01T00:00:00.000Z",
125
- "updatedAt": "2025-05-01T00:00:00.000Z"
126
27
  }
127
28
  ],
128
29
  "news": [
@@ -139,104 +40,6 @@
139
40
  "updatedAt": "2024-10-22T13:00:00.000Z",
140
41
  "views": 1245,
141
42
  "likes": 89
142
- },
143
- {
144
- "id": "2",
145
- "title": "Sports Championship Finals This Weekend",
146
- "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
147
- "excerpt": "Championship finals set for this weekend",
148
- "image": "https://picsum.photos/400/300?random=2",
149
- "categoryId": "2",
150
- "authorId": "1",
151
- "publishedAt": "2024-10-21T14:00:00.000Z",
152
- "createdAt": "2024-10-21T13:00:00.000Z",
153
- "updatedAt": "2024-10-21T13:00:00.000Z",
154
- "views": 987,
155
- "likes": 45
156
- },
157
- {
158
- "id": "3",
159
- "title": "Global Markets Show Strong Recovery",
160
- "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
161
- "excerpt": "Economic indicators point to sustained growth",
162
- "image": "https://picsum.photos/400/300?random=3",
163
- "categoryId": "3",
164
- "authorId": "2",
165
- "publishedAt": "2024-10-20T14:00:00.000Z",
166
- "createdAt": "2024-10-20T13:00:00.000Z",
167
- "updatedAt": "2024-10-20T13:00:00.000Z",
168
- "views": 756,
169
- "likes": 34
170
- },
171
- {
172
- "id": "4",
173
- "title": "New Movie Breaks Box Office Records",
174
- "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
175
- "excerpt": "Hollywood blockbuster exceeds all expectations",
176
- "image": "https://picsum.photos/400/300?random=4",
177
- "categoryId": "4",
178
- "authorId": "2",
179
- "publishedAt": "2024-10-19T14:00:00.000Z",
180
- "createdAt": "2024-10-19T13:00:00.000Z",
181
- "updatedAt": "2024-10-19T13:00:00.000Z",
182
- "views": 2103,
183
- "likes": 156
184
- },
185
- {
186
- "id": "5",
187
- "title": "Climate Summit Reaches Historic Agreement",
188
- "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
189
- "excerpt": "World leaders commit to ambitious climate goals",
190
- "image": "https://picsum.photos/400/300?random=5",
191
- "categoryId": "1",
192
- "authorId": "3",
193
- "publishedAt": "2024-10-18T14:00:00.000Z",
194
- "createdAt": "2024-10-18T13:00:00.000Z",
195
- "updatedAt": "2024-10-18T13:00:00.000Z",
196
- "views": 1876,
197
- "likes": 203
198
- },
199
- {
200
- "id": "6",
201
- "title": "Tech Giant Unveils Revolutionary Product",
202
- "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
203
- "excerpt": "New gadget promises to transform daily life",
204
- "image": "https://picsum.photos/400/300?random=6",
205
- "categoryId": "1",
206
- "authorId": "1",
207
- "publishedAt": "2024-10-17T14:00:00.000Z",
208
- "createdAt": "2024-10-17T13:00:00.000Z",
209
- "updatedAt": "2024-10-17T13:00:00.000Z",
210
- "views": 3421,
211
- "likes": 287
212
- },
213
- {
214
- "id": "7",
215
- "title": "Olympic Athlete Sets New World Record",
216
- "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
217
- "excerpt": "Historic performance stuns sports world",
218
- "image": "https://picsum.photos/400/300?random=7",
219
- "categoryId": "2",
220
- "authorId": "2",
221
- "publishedAt": "2024-10-16T14:00:00.000Z",
222
- "createdAt": "2024-10-16T13:00:00.000Z",
223
- "updatedAt": "2024-10-16T13:00:00.000Z",
224
- "views": 1654,
225
- "likes": 98
226
- },
227
- {
228
- "id": "8",
229
- "title": "Startup Valued at $1 Billion After Funding",
230
- "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
231
- "excerpt": "Tech unicorn emerges from latest funding round",
232
- "image": "https://picsum.photos/400/300?random=8",
233
- "categoryId": "3",
234
- "authorId": "3",
235
- "publishedAt": "2024-10-15T14:00:00.000Z",
236
- "createdAt": "2024-10-15T13:00:00.000Z",
237
- "updatedAt": "2024-10-15T13:00:00.000Z",
238
- "views": 892,
239
- "likes": 67
240
43
  }
241
44
  ],
242
45
  "categories": [