Rubek Joshi
Rubek Joshi
He did say it was possible in one of the comments in YouTube. He has yet to post any help on this matter though.
Why hasn't this PR been merged? I would love to reduce the bundle size
If you want to keep the default config you could do the following: ```ts module.exports = async (phase, { defaultConfig }) => withPlugins([nextTranslate], nextConfig)(phase, { ...defaultConfig, ...nextConfig }); ```
Any updates regarding this? I'd also like to add a white stroke to the badge to get something like this: 
@wcshi, I can't believe it's been 3 years and the status of this issue is still **Awaiting Design Feedback**. It's clear to me that this isn't even being looked at...
> Hi @BrianJVarley, have you tried restarting the app, because you need to listen to specific notifications to make the language chante automatic... Can you elaborate this further? What kind...
> You can write a custom `Text component which have a props from `redux state`named`locale`. So whenever your `locale` change. It will re-render your CustomText components Can you show me...
I solved it by creating a Localization Provider and using context hooks. More info [here.](https://lokalise.com/blog/react-native-localization/) I think this is the more convenient way to do this.