Skip to content

Commit

Permalink
set white background
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Jun 11, 2024
1 parent f52f81e commit b946b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/RNScreenshotPrevent.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ - (void) addSecureView {
[self initTextField];
}
[secureField setSecureTextEntry: TRUE];
[secureField setBackgroundColor: UIColor.whiteColor];
}
}

Expand Down

0 comments on commit b946b93

Please sign in to comment.