Skip to content

Commit 8de22a9

Browse files
committed
Last change
1 parent 0cc3ae4 commit 8de22a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/mobile/src/screens/splash-screen/SplashScreen.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ const IosSplashScreen = (props: SplashScreenProps) => {
5959
const [isShowing, setIsShowing] = useState(true)
6060

6161
const { container } = BootSplash.useHideAnimation({
62-
// @ts-expect-error this is not implemented in the type but is valid
63-
// https://github.com/zoontek/react-native-bootsplash?tab=readme-ov-file#method-type-2
6462
ready: canDismiss,
6563
manifest: require('../../assets/images/bootsplash_manifest.json'),
6664
animate: () => {

0 commit comments

Comments
 (0)