I am using react-i18next i18next
in a react-native
project. I am having trouble adding a new line in the translated text.
// locales_en.json
"FOO": "I am text n that should have a new line
That n
is not doing anything. How would I add a line break in the translation files?