You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This part of Pin style properties should be a props with default value "white"
Why ?
Because the PinCode screen can be a white color so the user think that the Pin is not appearing. When the user tape in the number pin, nothing on his screen.
I've this issues so I spend four hours to debug by passing color from pinContainer and gave empty result, upgrade/dowgrade not working so I inspected the library code to understand why the colour isn't being applied.
So to fix my problem, I change my backgroundColor to black.
Thanks
The text was updated successfully, but these errors were encountered:
Should be a props 🤔
https://github.com/anhnch/react-native-pin-code/blob/f461720124a94ea91b0bfa870c4b61f246bc6897/src/PinCode.tsx#L301C27-L301C28
This part of Pin style properties should be a props with default value "white"
Why ?
Because the PinCode screen can be a white color so the user think that the Pin is not appearing. When the user tape in the number pin, nothing on his screen.
I've this issues so I spend four hours to debug by passing color from pinContainer and gave empty result, upgrade/dowgrade not working so I inspected the library code to understand why the colour isn't being applied.
So to fix my problem, I change my backgroundColor to black.
Thanks
The text was updated successfully, but these errors were encountered: