CesiumJs compatibility with React Native

I am currently in the process of developing a mobile application aimed at visualizing various spatial data, including imagery and KML/KMZ files, and CesiumJs seemed to be the best javascript library for the task.

However, I am aware that CesiumJS is primarily tailored for web environments, and integrating it with React Native has proven to be challenging, resulting in various errors and compatibility issues.

In light of this, I was wondering:

  1. Are there alternative approaches or strategies for seamlessly integrating CesiumJS with React Native without resorting to WebView?
  2. Are there any cesium community-developed packages that work in native environment you can recommend.
  3. Are there any other javascript packages for maps that can display data from Cesium ion.

Thanks,

1 Like