react-nativeunicodeexpobulletedlist

React Native Bullet Character? or Unicode?


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.


Solution

  • 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/