Skip to content

Instantly share code, notes, and snippets.

@OkancanCosar
Created September 28, 2025 08:49
Show Gist options
  • Select an option

  • Save OkancanCosar/8781f7d0ff8f088af46b1c853a0c1453 to your computer and use it in GitHub Desktop.

Select an option

Save OkancanCosar/8781f7d0ff8f088af46b1c853a0c1453 to your computer and use it in GitHub Desktop.
i18n Trans component example
<View style={{}}>
<Text>
<Trans
i18nKey="gift_message"
components={{
green: (
<Text style={{ color: 'green', fontWeight: '800' }}>
{''}
</Text>
),
}}
/>
</Text>
</View>
// "gift_message": "Congratulations! We will send your gift to your address along with your Mythos Cards order <green>until 23:59 today</green>!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment