Cara menempatkan jeda garis di React Native
you need use {'\n'} as line breaks in text component, whenever you need to add line break in react native application
Zany Zebra
you need use {'\n'} as line breaks in text component, whenever you need to add line break in react native application
text = text.replace(/<br\s*\/?>/gi, "\n")