create-expo-stack 2.18.1 → 2.18.2

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.
@@ -431,7 +431,7 @@ const COMPONENTS: ComponentItem[] = [
431
431
  <Text className="w-6 text-center text-muted-foreground">·</Text>
432
432
  <View className="flex-1">
433
433
  <Text variant="caption1" className="text-muted-foreground">
434
- {"Don't call StoreReview.requestReview() from a button"}
434
+ {"Do not call StoreReview.requestReview() from a button"}
435
435
  </Text>
436
436
  </View>
437
437
  </View>
@@ -439,7 +439,7 @@ const COMPONENTS: ComponentItem[] = [
439
439
  <Text className="w-6 text-center text-muted-foreground">·</Text>
440
440
  <View className="flex-1">
441
441
  <Text variant="caption1" className="text-muted-foreground">
442
- {"Don't request a review when the user is doing something time sensitive."}
442
+ {"Do not request a review when the user is doing something time sensitive."}
443
443
  </Text>
444
444
  </View>
445
445
  </View>
@@ -447,7 +447,7 @@ const COMPONENTS: ComponentItem[] = [
447
447
  <Text className="w-6 text-center text-muted-foreground">·</Text>
448
448
  <View className="flex-1">
449
449
  <Text variant="caption1" className="text-muted-foreground">
450
- {"Don't ask the user any questions before or while presenting the rating button or card."}
450
+ {"Do not ask the user any questions before or while presenting the rating button or card."}
451
451
  </Text>
452
452
  </View>
453
453
  </View>
@@ -424,7 +424,7 @@ const COMPONENTS: ComponentItem[] = [
424
424
  <Text className="w-6 text-center text-muted-foreground">·</Text>
425
425
  <View className="flex-1">
426
426
  <Text variant="caption1" className="text-muted-foreground">
427
- Don't call StoreReview.requestReview() from a button
427
+ Do not call StoreReview.requestReview() from a button
428
428
  </Text>
429
429
  </View>
430
430
  </View>
@@ -432,7 +432,7 @@ const COMPONENTS: ComponentItem[] = [
432
432
  <Text className="w-6 text-center text-muted-foreground">·</Text>
433
433
  <View className="flex-1">
434
434
  <Text variant="caption1" className="text-muted-foreground">
435
- Don't request a review when the user is doing something time sensitive.
435
+ Do not request a review when the user is doing something time sensitive.
436
436
  </Text>
437
437
  </View>
438
438
  </View>
@@ -440,7 +440,7 @@ const COMPONENTS: ComponentItem[] = [
440
440
  <Text className="w-6 text-center text-muted-foreground">·</Text>
441
441
  <View className="flex-1">
442
442
  <Text variant="caption1" className="text-muted-foreground">
443
- Don't ask the user any questions before or while presenting the rating button or
443
+ Do not ask the user any questions before or while presenting the rating button or
444
444
  card.
445
445
  </Text>
446
446
  </View>
@@ -431,7 +431,7 @@ const COMPONENTS: ComponentItem[] = [
431
431
  <Text className="w-6 text-center text-muted-foreground">·</Text>
432
432
  <View className="flex-1">
433
433
  <Text variant="caption1" className="text-muted-foreground">
434
- Don't call StoreReview.requestReview() from a button
434
+ Do not call StoreReview.requestReview() from a button
435
435
  </Text>
436
436
  </View>
437
437
  </View>
@@ -439,7 +439,7 @@ const COMPONENTS: ComponentItem[] = [
439
439
  <Text className="w-6 text-center text-muted-foreground">·</Text>
440
440
  <View className="flex-1">
441
441
  <Text variant="caption1" className="text-muted-foreground">
442
- Don't request a review when the user is doing something time sensitive.
442
+ Do not request a review when the user is doing something time sensitive.
443
443
  </Text>
444
444
  </View>
445
445
  </View>
@@ -447,7 +447,7 @@ const COMPONENTS: ComponentItem[] = [
447
447
  <Text className="w-6 text-center text-muted-foreground">·</Text>
448
448
  <View className="flex-1">
449
449
  <Text variant="caption1" className="text-muted-foreground">
450
- Don't ask the user any questions before or while presenting the rating button or
450
+ Do not ask the user any questions before or while presenting the rating button or
451
451
  card.
452
452
  </Text>
453
453
  </View>
@@ -70,27 +70,6 @@ const TABS_OPTIONS = {
70
70
  headerShown: false,
71
71
  } as const;
72
72
 
73
- const INDEX_OPTIONS = {
74
- headerLargeTitle: true,
75
- title: 'NativeWindUI',
76
- headerRight: () => <SettingsIcon />,
77
- } as const;
78
-
79
- function SettingsIcon() {
80
- const { colors } = useColorScheme();
81
- return (
82
- <Link href="/modal" asChild>
83
- <Pressable className="opacity-80">
84
- {({ pressed }) => (
85
- <View className={cn(pressed ? 'opacity-50' : 'opacity-90')}>
86
- <Icon name="cog-outline" color={colors.foreground} />
87
- </View>
88
- )}
89
- </Pressable>
90
- </Link>
91
- );
92
- }
93
-
94
73
  const MODAL_OPTIONS = {
95
74
  presentation: 'modal',
96
75
  animation: 'fade_from_bottom', // for android
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",