rn-style-converter
v1.0.1
Published
Convert inline styles to StyleSheet in React Native
Downloads
219
Maintainers
Readme
rn-style-converter 🚀
A CLI tool to automatically convert inline styles into optimized StyleSheet in React Native projects.
📌 Problem
In large React Native apps, inline styles:
- Reduce performance (new object every render)
- Make code messy
- Are hard to maintain
✅ Solution
rn-style-converter scans your project and converts inline styles into StyleSheet.create() automatically.
⚡ Installation (via npx)
No installation required:
npx rn-style-converter src