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:
- How to Build a Mobile Web App with Webix
- Creating a Mobile App with PhoneGap and Webix
- Webix in Touch Environment, Guides Webix Docs
- Sizing Components of Guides, Configuring Components Webix Docs
- Responsive Layouts of Designing User Interface, Building App Layout Webix Docs
Some of the guides are quite outdated, however you still might find it somewhat helpful.