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
Long-press to select this text. NitroText supports smooth selection,
79
+
even with <Textstyle={{ fontWeight: '600' }}>inline styles</Text> and
80
+
longer paragraphs.
81
+
</Text>
48
82
)
49
83
}
50
84
```
51
85
52
86
## Platform Support
53
87
54
88
- iOS
55
-
- Android (not implemented yet) - At the moment NitroText fallback to RN `Text`.
89
+
- Android - At the moment `NitroText` fallback to RN `Text`.
56
90
57
91
## Why NitroText?
58
92
59
-
Custom native text view with minimal JS overhead and native iOS selection. Great for heavy/nested styled text and large lists.
93
+
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.
60
94
61
95
## Development
62
96
63
-
-`bun run build` — typecheck and build package
97
+
-`bun run build` — typecheck and build the package
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "react-native-nitro-text",
3
3
"version": "0.1.0",
4
-
"description": "Drop‑in, high‑performance Text for React Native (Fabric). Native iOS rendering with smooth selection, rich styling fragments, precise measurement, and line limiting.",
4
+
"description": "A Text component that is much richer and performant for both iOS and Android.",
0 commit comments