React-nativ integration question

Hi,
Has anyone tried integrating webix.js with react-native? Does anyone have experience with this, or perhaps a short script to share? Thanks in advance for any feedback.

Hello @nagab ,

Webix is not compatible with React Native, unfortunately. The point is that React Native compiles JS code into native widgets for mobile devices. This approach will not work for any third-party UI library (such as Webix or any other tool).

As for the general resources about dealing with mobile devices, you could check these ones:

Some of the guides are quite outdated, however you still might find it somewhat helpful.