Skip to content

Commit 1ebba70

Browse files
committed
chore: Add Docs link to example & README
1 parent b13537e commit 1ebba70

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

features/app-core/screens/HomeScreen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)