I would love to use Javascript ES6 and ES7 syntax (especially async/await, my new best friends) without transpiling. Is that even an option? And should it be an option?
It all depends on the sub-question: what Javascript engine does react-native effectively use, on Android and iOS? Is it taken from the device itself? (in which case transpiling IS the only option...) Or is it provided by React Native?
async/await
is part of ES2017. – Piragua+
after version names... – Hirsh