You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spec.summary = "Run effectively JS code in Swift and ObjectiveC projects"
spec.description = <<-DESC
Bionic.js let you share the business logic between different native languages without using any framework and without writing a single line of bridging code.
1. write code once in JavaScript (ECMAScript 6)
2. annotate classes to be exported
3. use JS classes from native Swift and ObjectiveC code, as if they were native classes