EvanBacon / expo-quick-actions

Add home screen quick actions / shortcuts to your React Native app
MIT License
281 stars 7 forks source link

localization of the title #24

Closed wcastand closed 1 month ago

wcastand commented 1 month ago

Is there a way to handle localization?

My app is mainly for french users but i'd like to show an english msg if the user has his phone in english.

EDIT:

using the hook in the app let you use your own localization system. just wondering what happens when you install and the app is not launched yet. i guess for my use case it's not really a problem since, i want to use it for feedback, if the user never launch the app, not much feedback to give i guess.