Skip to content

Commit 23cdaa3

Browse files
Joehoelsatya164
andauthored
Add StyleSheet import (#1287)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
1 parent f63a002 commit 23cdaa3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

versioned_docs/version-6.x/bottom-tab-navigator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ Function which returns a React Element to use as background for the tab bar. You
303303

304304
```js
305305
import { BlurView } from 'expo-blur';
306+
import { StyleSheet } from 'react-native';
306307

307308
// ...
308309

versioned_docs/version-6.x/elements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ For example, you can use this with `headerTransparent` to render a blur view to
176176

177177
```js
178178
import { BlurView } from 'expo-blur';
179+
import { StyleSheet } from 'react-native';
179180

180181
// ...
181182

versioned_docs/version-7.x/bottom-tab-navigator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ Function which returns a React Element to use as background for the tab bar. You
401401

402402
```js
403403
import { BlurView } from 'expo-blur';
404+
import { StyleSheet } from 'react-native';
404405

405406
// ...
406407

0 commit comments

Comments
 (0)