React Native Bullet Character? or Unicode?

Rusty picture Rusty · Apr 1, 2019 · Viewed 8.3k times · Source

I want to use Bullet Character/ Small Circles used for passwords in React Native Text component. Is there a way to create them without using package.

enter image description here

I am thinking of creating a rounded View with background filled. However, kindly let know if a simpler solution exists.

Answer

Jaydeep Galani picture Jaydeep Galani · Apr 1, 2019

There is a much simpler way,

Try using Unicode.

2B24, 25CF, 26AB, etc... these are Unicode for black filled dots.

USAGE: <Text>{'\u2B24'}</Text>.

You can search more Unicode here, http://www.unicode.org/