Skip to content

Commit

Permalink
fix(expo): fixing broken tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackDeRose committed Oct 24, 2022
1 parent 83aec70 commit ef47ab3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ const App = () => {
style={[styles.listItem, styles.learning]}
onPress={() =>
Linking.openURL(
'https://nx.dev/tutorial/01-create-application?utm_source=nx-project'
'https://nx.dev/react-tutorial/1-code-generation?utm_source=nx-project'
)
}
>
Expand Down

0 comments on commit ef47ab3

Please sign in to comment.