Skip to content

Commit

Permalink
Stash changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Feb 27, 2024
1 parent e7ffc65 commit 7458263
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/spotless.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.diffplug.spotless'
spotless {
kotlin {
target 'src/**/*.kt'
ktlint("1.1.1")
ktlint("1.0.1")
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ class RNScreensPackage : TurboReactPackage() {
moduleInfos[ScreensModule.NAME] = ReactModuleInfo(
ScreensModule.NAME,
ScreensModule.NAME,
false, // canOverrideExistingModule
false, // needsEagerInit
true, // hasConstants
false, // isCxxModule
false, // canOverrideExistingModule
false, // needsEagerInit
true, // hasConstants
false, // isCxxModule
isTurboModule
)
moduleInfos
Expand Down

0 comments on commit 7458263

Please sign in to comment.