diff --git a/package.json b/package.json index 9d8061b..80c4e0c 100644 --- a/package.json +++ b/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", diff --git a/src/pickTutorial.ts b/src/pickTutorial.ts index dd9ad51..b666524 100644 --- a/src/pickTutorial.ts +++ b/src/pickTutorial.ts @@ -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', }, },