Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1 KB

File metadata and controls

31 lines (23 loc) · 1 KB

<% if (isJekyll) { %>--- title: ns native position: 1 ---<% } %>

ns native

Description

Commands to add native files to the application placing them in the correct directory.

Commands

Usage Synopsis
Swift $ ns native add swift <Swift class name>
Objective-C $ ns native add objective-c <Objective-C interface name>
Java $ ns native add java <Java class name>
Kotlin $ ns native add kotlin <Kotlin class name>

<% if(isHtml) { %>

Related Commands

Command Description
native add swift Generates and adds a Swift file containing a class of the given name.
native add objective-c Generates and adds Objective-C files containing an interface of the given name.
native add java Generates and adds a Java file containing a class of the given name.
native add kotlin Generates and adds a Kotlin file containing a class of the given name.
<% } %>