Skip to content

Commit

Permalink
[go] fix SplashScreen issue after new api migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Jun 19, 2023
1 parent 2c90238 commit 0ac9312
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import expo.modules.sensors.SensorsPackage
import expo.modules.sharing.SharingModule
import expo.modules.sms.SMSModule
import expo.modules.speech.SpeechPackage
import expo.modules.splashscreen.SplashScreenModule
import expo.modules.splashscreen.SplashScreenPackage
import expo.modules.sqlite.SQLitePackage
import expo.modules.storereview.StoreReviewModule
Expand Down Expand Up @@ -139,6 +140,7 @@ object ExperiencePackagePicker : ModulesProvider {
ScreenOrientationModule::class.java,
SMSModule::class.java,
SharingModule::class.java,
SplashScreenModule::class.java,
StoreReviewModule::class.java,
SystemUIModule::class.java,
VideoThumbnailsModule::class.java,
Expand Down

0 comments on commit 0ac9312

Please sign in to comment.