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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: