Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React-native 0.68.1 andorid SplashScreenReactPackage can't find it #572

Closed
HoSeopLee opened this issue Apr 22, 2022 · 2 comments
Closed

Comments

@HoSeopLee
Copy link

HoSeopLee commented Apr 22, 2022

I ran react-native-splash-screen and applied react-native link react-native-splash-screen.

When I try to build after applying, SplashScreen.show(this, R.style.SplashScreenTheme); I got a message saying the included SplashScreen could not be found. Is there any workaround for this? Please help me.
image

@Adnan-Bacic
Copy link

Adnan-Bacic commented Apr 22, 2022

the 3.3.0 version includes undocumented breaking changes, as seen here: #559 and #556

you basically just have to pass a 3rd boolean parameter to the show() function

@HoSeopLee
Copy link
Author

3.3.0 버전에는 다음과 같이 문서화되지 않은 주요 변경 사항이 포함되어 있습니다. #559#556

기본적으로 함수 에 세 번째 boolean매개변수를 전달하면 됩니다.show()

thank you. Thanks it has been resolved. you will be blessed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants