lib/ ├── core/ │ ├── constants/ # App constants and colors │ ├── di/ # Dependency injection setup │ ├── error/ # Error handling ...
A powerful Babel plugin that automatically optimizes React Native apps through static source code analysis. It replaces standard React Native components with their native counterparts where possible, ...