Skip to content

Commit b7aa031

Browse files
committed
fix: missing import in tutorial
1 parent 89f7ad7 commit b7aa031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/src/screens/usage/TwitterProfileStarter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import { Avatar, AVATAR_SIZE_MAP, BackButton } from '../../components';
3535
import { BlurView } from '@react-native-community/blur';
3636
import TwitterVerifiedSvg from '../../../assets/twitter-verified.svg';
3737
import type { TwitterProfileStarterScreenNavigationProps } from '../../navigation';
38+
import { Platform } from 'react-native';
3839

3940
// From reading comments online, the BlurView does not work properly for Android <= 11.
4041
// We will have a boolean to check if we can use the BlurView.

0 commit comments

Comments
 (0)