jarden-digital/react-native-pincode

Global Opacity Change

Opened this issue · 1 comments

It is not clear how to change the opacity for the main container. How do I adjust its opacity?

<PINCode
    touchIDDisabled
    status={pinCodeStatus}
    finishProcess={handleUnlock}
    titleChoose="Choose a passcode"
    titleEnter="Enter your passcode"
    subtitleChoose="to access your account"
    subtitleEnter="to access your account"
    /* styles */
    styleLockScreenMainContainer={Colors.background}
    colorPassword={Colors.green}
    colorPasswordEmpty={Colors.green}
    colorPasswordError={Colors.error}
    numbersButtonOverlayColor={Colors.green}
  />

Hey,
Did you try using the styleMainContainer prop?