We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948ebd1 commit 3e8f83fCopy full SHA for 3e8f83f
packages/create-react-native-library/templates/nitro-module/src/{%- project.name %}.nitro.ts
@@ -1,6 +1,6 @@
1
import type { HybridObject } from 'react-native-nitro-modules';
2
3
-export interface <%- project.name -%>
+export interface <%- project.name %>
4
extends HybridObject<{ ios: 'swift'; android: 'kotlin' }> {
5
multiply(a: number, b: number): number;
6
}
0 commit comments