Skip to content

Commit 8f064c0

Browse files
committed
Add to other places
1 parent c7d5b33 commit 8f064c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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-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)