diff --git a/ios/RNScreenshotPrevent.m b/ios/RNScreenshotPrevent.m index 59cee84..e1a79c8 100644 --- a/ios/RNScreenshotPrevent.m +++ b/ios/RNScreenshotPrevent.m @@ -127,6 +127,7 @@ - (void) addSecureView { [self initTextField]; } [secureField setSecureTextEntry: TRUE]; + [secureField setBackgroundColor: UIColor.whiteColor]; } }