cssivision/react-native-qrcode

Confusion in bgColor and fgColor

abnvanand opened this issue · 1 comments

In the documentation (README.md) it says default value of bgColor is '#FFFFFF' and fgColor is '#000000'
but in the code link
I can see default props fgColor being set to white whereas bgColor being set to black.
So what exactly is fgColor and bgColor in the following image.
image
is fgColor=purple and bgColor=white or vice versa

Wrong in README.md, i will fix this.