We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc3ae4 commit 8de22a9Copy full SHA for 8de22a9
packages/mobile/src/screens/splash-screen/SplashScreen.tsx
@@ -59,8 +59,6 @@ const IosSplashScreen = (props: SplashScreenProps) => {
59
const [isShowing, setIsShowing] = useState(true)
60
61
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
64
ready: canDismiss,
65
manifest: require('../../assets/images/bootsplash_manifest.json'),
66
animate: () => {
0 commit comments