Skip to content

Commit a59ddb7

Browse files
committed
Fix package import
1 parent ff3666f commit a59ddb7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/e2e/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ dependencies {
115115
implementation project(path: ':react-native-theoplayer-analytics-comscore')
116116
implementation project(path: ':react-native-theoplayer-analytics-conviva')
117117
implementation project(path: ':react-native-theoplayer-analytics-nielsen')
118+
implementation project(path: ':react-native-theoplayer-yospace')
118119

119120
implementation "com.google.android.gms:play-services-cast-framework:${safeExtGet('castFrameworkVersion', '+')}"
120121

apps/e2e/android/app/src/main/java/com/reactnativetheoplayer/MainApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import com.facebook.soloader.SoLoader
1313
import com.theoplayercomscore.ReactTHEOplayerComscorePackage
1414
import com.theoplayerconviva.ReactTHEOplayerConvivaPackage
1515
import com.theoplayernielsen.ReactTHEOplayerNielsenPackage
16-
import com.yospace.ReactTHEOplayerYospacePackage
16+
import com.theoplayeryospace.ReactTHEOplayerYospacePackage
1717

1818
class MainApplication : Application(), ReactApplication {
1919
override val reactNativeHost: ReactNativeHost =

apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"react-native": "npm:react-native-tvos@^0.75.4-0",
2222
"react-native-device-info": "^10.14.0",
2323
"react-native-status-bar-height": "^2.6.0",
24-
"react-native-theoplayer": "^9.3.0",
2524
"react-native-svg": "^15.8.0",
25+
"react-native-theoplayer": "^9.3.0",
2626
"react-native-web": "^0.19.13",
2727
"react-native-web-image-loader": "^0.1.1"
2828
},

0 commit comments

Comments
 (0)