The application we are planning to develop will make heavy use of some of the sensors of the device. More specifically the GPS sensor, the accelerometer and gyroscope.
We have to decide which is better to make one hybrid application for all platforms - Android/iOS/Windows or make separate native apps. We want sensor performance and also the main logic of the solution is contained in one single class which could be extracted as a C library and used across all platforms, is that a good idea?