Skip to content

Commit

Permalink
Fix ExponentPackage.kt call to RNViewShotModule
Browse files Browse the repository at this point in the history
  • Loading branch information
douglowder committed Oct 5, 2022
1 parent 09c72aa commit c3c2f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ExponentPackage : ReactPackage {
val experienceKey = ExperienceKey.fromManifest(manifest)
val scopedContext = ScopedContext(reactContext, experienceKey)
nativeModules.add(NotificationsModule(reactContext, experienceKey, manifest.getStableLegacyID(), manifest.getEASProjectID()))
nativeModules.add(RNViewShotModule(reactContext, scopedContext))
nativeModules.add(RNViewShotModule(reactContext))
nativeModules.add(ExponentTestNativeModule(reactContext))
nativeModules.add(PedometerModule(reactContext))
nativeModules.add(ScreenOrientationModule(reactContext))
Expand Down

0 comments on commit c3c2f34

Please sign in to comment.