react-native-splash-screen
react-native-splash-screen copied to clipboard
Fix: duplicate class issue on react native 0.75 and above (removed android.support)
Request:
Fix: Resolve duplicate class issue on React Native 0.75+ by removing android.support dependency.
Change:
Migrated from android.support to androidx.appcompat.
Test:
Confirmed splash screen displays without issues on app launch.
Apply this PR @crazycodeboy