From 296b8e4c16b3323027e8d73a6a493f9c8b817f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Kuijper?= <31251240+Joehoel@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:49:44 +0100 Subject: [PATCH 1/2] docs: add `StyleSheet` import --- versioned_docs/version-6.x/elements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versioned_docs/version-6.x/elements.md b/versioned_docs/version-6.x/elements.md index c5ee5afa42d..0c378a16003 100644 --- a/versioned_docs/version-6.x/elements.md +++ b/versioned_docs/version-6.x/elements.md @@ -136,6 +136,7 @@ For example, you can use this with `headerTransparent` to render a blur view to ```js import { BlurView } from 'expo-blur'; +import { StyleSheet } from 'react-native'; // ... From 8f064c0510197293afed629befb540f41f897f07 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 9 Jan 2026 15:32:16 +0100 Subject: [PATCH 2/2] Add to other places --- versioned_docs/version-6.x/bottom-tab-navigator.md | 1 + versioned_docs/version-7.x/bottom-tab-navigator.md | 1 + 2 files changed, 2 insertions(+) diff --git a/versioned_docs/version-6.x/bottom-tab-navigator.md b/versioned_docs/version-6.x/bottom-tab-navigator.md index c33c91fabbc..03fa12db157 100755 --- a/versioned_docs/version-6.x/bottom-tab-navigator.md +++ b/versioned_docs/version-6.x/bottom-tab-navigator.md @@ -303,6 +303,7 @@ Function which returns a React Element to use as background for the tab bar. You ```js import { BlurView } from 'expo-blur'; +import { StyleSheet } from 'react-native'; // ... diff --git a/versioned_docs/version-7.x/bottom-tab-navigator.md b/versioned_docs/version-7.x/bottom-tab-navigator.md index af554d20372..15e0b387960 100755 --- a/versioned_docs/version-7.x/bottom-tab-navigator.md +++ b/versioned_docs/version-7.x/bottom-tab-navigator.md @@ -401,6 +401,7 @@ Function which returns a React Element to use as background for the tab bar. You ```js import { BlurView } from 'expo-blur'; +import { StyleSheet } from 'react-native'; // ...