auto-localization
A powerful tool to automatically extract text strings from React Native (or React) components and generate localization files. Supports generating JSON or JavaScript/TypeScript constants files for easy integration with your app's localization system.
debounce-throttle-utils
A lightweight utility library that provides debounce and throttle functions to optimize performance by controlling the execution frequency of functions.