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

splashsceen not work #10

Open
peng051410 opened this issue Feb 16, 2016 · 13 comments
Open

splashsceen not work #10

peng051410 opened this issue Feb 16, 2016 · 13 comments

Comments

@peng051410
Copy link

I fllow you step to config the splashscreen ,but it not work, it has ios version limit?

@wangyueg
Copy link

please dray SplashScreenResource to your project [if you want change image, replace splash.png]

@satyagupta
Copy link

Still does not works, i have image assets should i delete that?

@naivehhr
Copy link

+1 platform ios.
Can not find the default splash image In the ios program

@wangyueg
Copy link

find the SplashScreenResource file in node_modules>@remobile>react-native-splashscreen>iOS, then drag it to your project

@naivehhr
Copy link

@wangyueg thx,it's work☺

@satyagupta
Copy link

Still does not, i want to add a delay. i want the splash screen to show for a longer period.

@naivehhr
Copy link

@satyagupta Maybe you can control this function-> ‘splashscreen. Hide ()’
componentDidMount() { setTimeout(()=>{ SplashScreen.hide() },2000) }

@satyagupta
Copy link

componentDidMount: function(){ this.setTimeout( function(){ SplashScreen.hide(); this.getLoginStatus(); },5000); },

this does not works for me :(

@naivehhr
Copy link

@satyagupta Do you use Skype?This is my Skype account:Aran Hu (chinese)

@satyagupta
Copy link

satya.bdt

@mehcode
Copy link

mehcode commented Aug 11, 2016

See https://github.com/mehcode/rn-splash-screen/blob/master/docs/ios.md for iOS documentation; there is also a working example

@leonardo015
Copy link

@wangyueg I can't find the SplashScreenResource file.
My @node_modules>@remobile>react-native-splashscreen>ios folder only contains:

  • RCTSplashScreen.xcodeproj
  • RCTSplashScreen/
    • RCTSplashScreen.h
    • RCTSplashScreen.m

@basith374
Copy link

basith374 commented Dec 21, 2016

SplashScreenResource folder was removed in commit 83125b5. If you clone this project yourself and checkout the d349e55 commit, you can get the files.

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

7 participants