crazycodeboy / react-native-splash-screen

A splash screen for react-native, hide when application loaded ,it works on iOS and Android.
MIT License
5.61k stars 1.09k forks source link

Splash screen never goes away, and still doesn't go away after uninstalling this library #512

Open iocuydi opened 3 years ago

iocuydi commented 3 years ago
System:

    OS: macOS 11.0.1

    CPU: (8) x64 Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz

    Memory: 65.95 MB / 8.00 GB

    Shell: 5.8 - /bin/zsh

  Binaries:

    Node: 15.3.0 - /usr/local/bin/node

    Yarn: Not Found

    npm: 7.0.14 - /usr/local/bin/npm

    Watchman: 4.9.0 - /usr/local/bin/watchman

  Managers:

    CocoaPods: 1.10.0 - /usr/local/bin/pod

  SDKs:

    iOS SDK:

      Platforms: iOS 14.2, DriverKit 20.0, macOS 11.0, tvOS 14.2, watchOS 7.1

    Android SDK:

      API Levels: 29, 30

      Build Tools: 28.0.3, 29.0.2, 30.0.3

      System Images: android-30 | Google APIs Intel x86 Atom

      Android NDK: Not Found

  IDEs:

    Android Studio: 4.1 AI-201.8743.12.41.6953283

    Xcode: 12.2/12B45b - /usr/bin/xcodebuild

  Languages:

    Java: 1.8.0_275 - /usr/bin/javac

    Python: 2.7.16 - /usr/bin/python

  npmPackages:

    @react-native-community/cli: Not Found

    react: 16.13.1 => 16.13.1 

    react-native: 0.63.3 => 0.63.3 

    react-native-macos: Not Found

  npmGlobalPackages:

    *react-native*: Not Found

Basically what is in title. I removed every change as far as I can tell, splash screen still never goes away. Unlinked, uninstalled, pod deintegrate/clean etc.

Attempting to recover an old version of my app.

There should be some kind of warning for this behavior :s

nbreath commented 3 years ago

Did you find some way to remove this? I'm stuck with the splash from the . storyboard and a second one from this library. Deleted all I could think of.

iocuydi commented 3 years ago

Unfortunately, no. After a couple hours of trying to fix it by uninstalling/removing stuff, I just went back to an older version of my app and updated the code.

I was ultimately able to use this library successfully by (making backups first and) installing it again, and it just worked? Quite inconsistent behavior.

DovletAmanov commented 3 years ago

I also checked the install part of this lib so I can do reverse engineering to remove all related things that this lib includes. Nothing found related to lib but it still affects the launch of my app.