React native
Posted: Wed Jan 25, 2017 2:25 pm
Regarding the phone app, not the data service... You familiar with React Native? https://facebook.github.io/react-native/
Basically, you write in javascript, and all smart phones since like 2 years ago will compile and run as a native app. You have access to everything, file system, accelarometer, camera, microphone, etc etc.
95% code reusability betwen iOS and Android versions is pretty much bog-standard.
Basically, you write in javascript, and all smart phones since like 2 years ago will compile and run as a native app. You have access to everything, file system, accelarometer, camera, microphone, etc etc.
95% code reusability betwen iOS and Android versions is pretty much bog-standard.