You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README.md for improved clarity and formatting (#59)
- Enhanced the README with clearer feature descriptions and added icons for better visual appeal.
- Updated sections for Requirements, Installation, Usage, Platform Support, Why NitroText, Development, Credits, and Contributing to improve readability and engagement.
- Added a table for platform support details and refined the language for a more user-friendly experience.
Custom native text view with minimal JS overhead and native iOS selection. Great for heavy/nested styled text and large lists. It's a drop-in replacement for RN `Text` component.
90
+
Custom native text view with minimal JS overhead and native selection on both iOS and Android. Great for heavy/nested styled text and large lists. It's a drop-in replacement for RN `Text` component. ⚡️
94
91
95
-
## Development
92
+
## 🛠️ Development
96
93
97
-
-`bun run build` — typecheck and build the package
98
-
-`bun run codegen` — regenerate codegen outputs
99
-
- Example app in `example/`
94
+
-🔨 `bun run build` — typecheck and build the package
95
+
-🔄 `bun run codegen` — regenerate codegen outputs
96
+
-📱 Example app in `example/`
100
97
101
-
## Credits
98
+
## 🙏 Credits
102
99
103
100
Bootstrapped with [create-nitro-module](https://github.com/patrickkabwe/create-nitro-module).
104
101
105
-
## Contributing
102
+
## 🤝 Contributing
106
103
107
-
PRs welcome! Please open an issue first for major changes.
104
+
PRs welcome! 💖 Please open an issue first for major changes.
0 commit comments