v0.8.1 for RN 0.65.x
In preparation for the RN 0.65 stable release, several refinements had been made upon v0.8.0:
- Hermes on iOS now supports Apple M1 Macs (ARM64 simulators) and Mac Catalyst! Thanks to #546 and #475.
- A special directive
"show source"
is introduced to makeFunction.prototype.toString
returning original source code to support the source code injecting use cases e.g. #114. - Critical bug fixes e.g. #513 and #537.