Skip to content
Closed
6 changes: 3 additions & 3 deletions content/consultingv2/mobile-application-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion content/v2Technologies/technologies/Electronjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 3 additions & 1 deletion content/v2Technologies/technologies/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading