Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Mar 20, 2024
1 parent c6430a9 commit 208034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const isTurboModuleEnabled =
global.__turboModuleProxy != null;

export const PushyModule = isTurboModuleEnabled
? require('./turboModuleSpec').default
? require('./NativePushy').default
: NativeModules.Pushy;

if (!PushyModule) {
Expand Down

0 comments on commit 208034f

Please sign in to comment.