I am searching if I can use React-Native to build a windows application, where I want to use a map(I prefer Google Maps) to display some information.

I checked the React-Native-Maps library, and it only supports IOS and Android.

Does anyone know if it supports windows app? if not, are there other options?

Thanks https://github.com/react-native-maps/react-native-maps

1

There are 1 best solutions below

0
On

As far as I know, there is currently only one solution: use React+Electron coding again :)