Skip to content

Commit

Permalink
Link to Expo modules tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Mar 21, 2024
1 parent d7134ad commit a029e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tutorial",
"version": "0.1.4",
"version": "0.1.6",
"description": "Open a tutorial for Expo, EAS, React, and React Native",
"keywords": [
"tutorial",
Expand Down
6 changes: 3 additions & 3 deletions src/pickTutorial.ts
Expand Up @@ -36,10 +36,10 @@ const choices: Choice[] = [
},
{
id: '_blank',
title: 'Introduction to React Native',
description: `Learn about the React fundamentals and basic APIs and components that you'll need for any React Native app`,
title: 'Write native modules with Swift and Kotlin',
description: `Learn how to add native functionality to your app using the Expo Modules API `,
value: {
url: 'https://reactnative.dev/docs/getting-started',
url: 'https://docs.expo.dev/modules/native-module-tutorial/',
title: '_blank',
},
},
Expand Down

0 comments on commit a029e2c

Please sign in to comment.