Relative Content

Tag Archive for react-nativethree.jsreact-three-fiberwebgl-globe

How do I show countries using paths on a 3d globe – React Native

I’m trying to create an interactive world map in React Native. I have a file called countriesData.json and it comes with country information paths in the following format. The 3D globe I created with the help of @react-three/fiber works successfully, but I cannot show the countries on the globe using country paths.