Carefully crafted components that strive for a native look & feel. The perfect starting point for those that need to ship fast, and look good while doing it.
In testing out some SDK 52 issues, I noticed a couple minor rough edges in the manual installation instructions:
The example files use the ~ alias without instructing folks to add it in their tsconfig.json
The guide's Text component is out of date with the current version, and missing react-native-uitextview as a dependency
If you later install another component that depends on Text (e.g. Button) via the CLI, and allow it to replace Text, it doesn't install react-native-uitextview
Neither of these is a deal-breaker, but could trip up a beginner.
I can try to set aside some time for a PR if y'all have other priorities.
In testing out some SDK 52 issues, I noticed a couple minor rough edges in the manual installation instructions:
~
alias without instructing folks to add it in theirtsconfig.json
Text
component is out of date with the current version, and missingreact-native-uitextview
as a dependencyText
(e.g.Button
) via the CLI, and allow it to replaceText
, it doesn't installreact-native-uitextview
Neither of these is a deal-breaker, but could trip up a beginner.
I can try to set aside some time for a PR if y'all have other priorities.