@@ -173,8 +173,7 @@ function Layout({
173
173
< Script
174
174
async
175
175
src = "https://www.googletagmanager.com/gtag/js?id=G-DBP9QMTGR1"
176
- >
177
- </ Script >
176
+ > </ Script >
178
177
< Script id = "gTagScript" >
179
178
{ `
180
179
window.dataLayer = window.dataLayer || [];
@@ -196,23 +195,31 @@ function Layout({
196
195
< Modal . CloseButton />
197
196
< Modal . Body p = "9" >
198
197
< HStack mb = "6" alignItems = "center" justifyContent = "flex" >
199
- < AlertIcon />
200
- < Heading fontSize = 'xl' textAlign = "left" ml = "1.5" >
198
+ < AlertIcon />
199
+ < Heading fontSize = "xl" textAlign = "left" ml = "1.5" >
201
200
IMPORTANT MESSAGE
202
201
</ Heading >
203
202
</ HStack >
204
203
{ /* @ts -ignore*/ }
205
204
< Box gap = { 5 } >
206
- < Box flexDirection = 'row' >
207
- < Icon size = { 18 } color = 'black' >
208
- < Svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" >
209
- < Path d = "M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6" />
210
- < Path d = "m21 3-9 9" />
211
- < Path d = "M15 3h6v6" />
205
+ < Box flexDirection = "row" >
206
+ < Icon size = { 18 } color = "black" >
207
+ < Svg
208
+ viewBox = "0 0 24 24"
209
+ fill = "none"
210
+ stroke = "currentColor"
211
+ stroke-width = "2"
212
+ stroke-linecap = "round"
213
+ stroke-linejoin = "round"
214
+ >
215
+ < Path d = "M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6" />
216
+ < Path d = "m21 3-9 9" />
217
+ < Path d = "M15 3h6v6" />
212
218
</ Svg >
213
219
</ Icon >
214
- < Box w = '92%' maxW = '100%' ml = "2" >
215
- < Heading fontSize = 'md' > Upgrade to gluestack-ui</ Heading >
220
+ < Box w = "92%" maxW = "100%" ml = "2" >
221
+ < Heading fontSize = "md" > Upgrade to gluestack-ui</ Heading >
222
+
216
223
< Text
217
224
fontSize = "sm"
218
225
textAlign = "left"
@@ -221,35 +228,62 @@ function Layout({
221
228
color : "muted.200" ,
222
229
} }
223
230
>
224
- If you are starting a new project with NativeBase, we recommend
225
- using < Link href = "https://gluestack.io/" fontWeight = "bold" > gluestack-ui</ Link >
231
+ If you are starting a new project with NativeBase, we
232
+ recommend using{ " " }
233
+ < Link href = "https://gluestack.io/" fontWeight = "bold" >
234
+ gluestack-ui
235
+ </ Link >
236
+ </ Text >
237
+ < Text
238
+ fontSize = "sm"
239
+ textAlign = "left"
240
+ color = "muted.800"
241
+ _dark = { {
242
+ color : "muted.200" ,
243
+ } }
244
+ >
245
+ Please opt in to our enterprise plan (coming soon) for
246
+ priority support with NativeBase.
226
247
</ Text >
227
248
</ Box >
228
249
</ Box >
229
250
230
- < Divider thickness = { 1 } />
251
+ < Divider thickness = { 1 } />
231
252
232
- < Box flexDirection = 'row' >
233
- < Icon size = { 18 } color = 'black' >
234
- < Svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" >
235
- < Path d = "m21 16-4 4-4-4" />
236
- < Path d = "M17 20V4" />
237
- < Path d = "m3 8 4-4 4 4" />
238
- < Path d = "M7 4v16" />
253
+ < Box flexDirection = "row" >
254
+ < Icon size = { 18 } color = "black" >
255
+ < Svg
256
+ viewBox = "0 0 24 24"
257
+ fill = "none"
258
+ stroke = "currentColor"
259
+ stroke-width = "2"
260
+ stroke-linecap = "round"
261
+ stroke-linejoin = "round"
262
+ >
263
+ < Path d = "m21 16-4 4-4-4" />
264
+ < Path d = "M17 20V4" />
265
+ < Path d = "m3 8 4-4 4 4" />
266
+ < Path d = "M7 4v16" />
239
267
</ Svg >
240
268
</ Icon >
241
- < Box w = ' 93%' maxW = ' 100%' ml = "2" >
242
- < Heading fontSize = 'md' > Migrate to gluestack-ui</ Heading >
269
+ < Box w = " 93%" maxW = " 100%" ml = "2" >
270
+ < Heading fontSize = "md" > Migrate to gluestack-ui</ Heading >
243
271
< Text
244
272
fontSize = "sm"
245
273
textAlign = "left"
246
274
color = "muted.800"
247
275
_dark = { {
248
276
color : "muted.200" ,
249
277
} }
278
+ >
279
+ If you are working on a project with NativeBase, we
280
+ recommend using{ " " }
281
+ < Link
282
+ href = "https://gluestack.io/ui/docs/migration/native-base-to-gluestack-ui"
283
+ fontWeight = "bold"
250
284
>
251
- If you are working on a project with NativeBase, we recommend
252
- using < Link href = "https://gluestack.io/ui/docs/migration/native-base-to-gluestack-ui" fontWeight = "bold" > @gluestack-ui/themed-native-base </ Link >
285
+ @gluestack-ui/themed-native-base
286
+ </ Link >
253
287
</ Text >
254
288
</ Box >
255
289
</ Box >
@@ -335,29 +369,39 @@ function Layout({
335
369
// maxW='1056'
336
370
fontSize = "sm"
337
371
fontWeight = "medium"
338
- alignSelf = ' flex'
339
- flexDirection = ' row'
372
+ alignSelf = " flex"
373
+ flexDirection = " row"
340
374
alignItems = { { md : "center" } }
341
375
justifyContent = { { md : "center" } }
342
376
width = "100%"
343
377
>
344
- < AlertIcon height = { 18 } width = { 18 } />
378
+ < AlertIcon height = { 18 } width = { 18 } />
345
379
< Text ml = "1" >
346
- If you are starting a new project, we recommend using { " " }
347
- < a href = "https://ui.gluestack.io/" target = "_blank" >
348
- < Text fontWeight = "semibold" textDecorationLine = "underline" >
349
- gluestack-ui
350
- </ Text >
351
- </ a >
352
- { ". " }
353
- For your existing projects, you can utilize{ " " }
354
- < a href = "https://gluestack.io/ui/docs/migration/native-base-to-gluestack-ui" target = "_blank" >
355
- < Text fontWeight = "semibold" textDecorationLine = "underline" >
356
- @gluestack-ui/themed-native-base
357
- </ Text >
358
- </ a >
359
- { " " }
360
- (beta).
380
+ Please opt in to our enterprise plan (coming soon) for
381
+ priority support with NativeBase. If you are starting a
382
+ new project, we recommend using{ " " }
383
+ < a href = "https://ui.gluestack.io/" target = "_blank" >
384
+ < Text
385
+ fontWeight = "semibold"
386
+ textDecorationLine = "underline"
387
+ >
388
+ gluestack-ui
389
+ </ Text >
390
+ </ a >
391
+ { ". " }
392
+ For your existing projects, you can utilize{ " " }
393
+ < a
394
+ href = "https://gluestack.io/ui/docs/migration/native-base-to-gluestack-ui"
395
+ target = "_blank"
396
+ >
397
+ < Text
398
+ fontWeight = "semibold"
399
+ textDecorationLine = "underline"
400
+ >
401
+ @gluestack-ui/themed-native-base
402
+ </ Text >
403
+ </ a > { " " }
404
+ (beta).
361
405
</ Text >
362
406
</ Box >
363
407
</ Stack >
0 commit comments