Skip to content

Commit

Permalink
feat(android): Add support for Bridgeless Mode - 0.74 (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored and MateusAndrade committed Mar 22, 2024
1 parent e1deb20 commit f78ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/cl/json/RNSharePackage.java
Expand Up @@ -36,7 +36,7 @@ public ReactModuleInfoProvider getReactModuleInfoProvider() {
false, // needsEagerInit
true, // hasConstants
false, // isCxxModule
false // isTurboModule
true // isTurboModule
));
return moduleInfos;
};
Expand Down

0 comments on commit f78ebab

Please sign in to comment.