File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
features/app-core/screens Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ See [How to choose cross-platform tech](https://dev.to/codinsonn/why-use-react-n
4343 </a >
4444</p >
4545
46+ ## Documentation
47+
48+ All docs for this basic Universal Starter can be found at [ universal-base-starter-docs.vercel.app] ( https://universal-base-starter-docs.vercel.app/ )
49+
4650## Next adapter & related docs
4751
4852- [ Next Adapter repo] ( https://github.com/expo/expo-cli/tree/main/packages/next-adapter )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const HomeScreen = () => {
1313 < Text style = { styles . subtitle } > Open HomeScreen.tsx in features/app-core/screens to start working on your app</ Text >
1414 < Link href = "/subpages/aetherspace" style = { styles . link } > Test navigation</ Link >
1515 < Link href = "/images" style = { styles . link } > Test images</ Link >
16+ < Link href = "https://universal-base-starter-docs.vercel.app/" target = "_blank" style = { styles . link } > Docs</ Link >
1617 </ View >
1718 )
1819}
You can’t perform that action at this time.
0 commit comments