diff --git a/content/consultingv2/mobile-application-development.json b/content/consultingv2/mobile-application-development.json index 96d2aa5bfa..1d4d7dd79e 100644 --- a/content/consultingv2/mobile-application-development.json +++ b/content/consultingv2/mobile-application-development.json @@ -326,10 +326,10 @@ { "technologies": [ { - "technology": "content/v2Technologies/technologies/Electronjs.mdx" + "technology": "content/v2Technologies/technologies/react-native.mdx" }, { - "technology": "content/v2Technologies/technologies/Ionic.mdx" + "technology": "content/v2Technologies/technologies/Electronjs.mdx" }, { "technology": "content/v2Technologies/technologies/NET-MAU.mdx" @@ -338,7 +338,7 @@ "technology": "content/v2Technologies/technologies/flutter.mdx" }, { - "technology": "content/v2Technologies/technologies/react-native.mdx" + "technology": "content/v2Technologies/technologies/Ionic.mdx" } ], "techCardStyle": 0, diff --git a/content/v2Technologies/technologies/Electronjs.mdx b/content/v2Technologies/technologies/Electronjs.mdx index 043956df9d..688b61abcc 100644 --- a/content/v2Technologies/technologies/Electronjs.mdx +++ b/content/v2Technologies/technologies/Electronjs.mdx @@ -5,4 +5,5 @@ readMoreSlug: 'https://www.electronjs.org/' associatedGroup: content/v2Technologies/groups/mobile-development.mdx --- -Create native desktop apps for Windows, Mac, and Linux using only web technologies. + +Create native desktop apps for Windows, Mac, and Linux using only web technologies, with maximum code reuse. Electron also powers the MCP version of YakShaver. diff --git a/content/v2Technologies/technologies/react-native.mdx b/content/v2Technologies/technologies/react-native.mdx index ee5719ee8e..23061557f8 100644 --- a/content/v2Technologies/technologies/react-native.mdx +++ b/content/v2Technologies/technologies/react-native.mdx @@ -5,4 +5,6 @@ readMoreSlug: 'https://reactnative.dev/' associatedGroup: content/v2Technologies/groups/mobile-development.mdx --- -Use the popular React library to build truly native mobile apps for both iOS and Android + + +Use the popular React library to build truly native mobile apps for both iOS and Android, delivering a best-in-class user experience.