mehcode / rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
MIT License
350 stars 95 forks source link

Difference with remobile's RN splashscreen? #2

Closed pewh closed 8 years ago

pewh commented 8 years ago

Hi, could you tell us what is the difference between this repo with remobile RN splashscreen? I'm so confused what repo I should use between yours and remobile. Thanks :)

mehcode commented 8 years ago

@pewh

This started out as a fork of @remobile 's work. The iOS side is close to the same. I ended up rewriting most of the android side. The original version crashed with out of memory errors for me. This didn't end up as a PR due to the other project being effectively dead (or at least it looks dead with multiple PRs that fix crashes not merged in).

My goal here is to have clear documentation (soon) to do a fluid splash screen on both android and iOS. I also wonder just how much of the multi-phase splash screen this plugin can do for iOS and Android. I'll be experimenting with that soon.