DEV Community

Discussion on: Creating a Multi-Language App in React Native

Collapse
 
vikrantnegi profile image
Vikrant Negi

You can put all your translations in the translate.js file and use the keys in your multiple files

Collapse
 
luizfbrisighello profile image
Luiz Felipe Shimizu Brisighello

I figured it out! The question now is how do I use useMemo hook instead of lodash.memoize?