Closed jayordway closed 7 years ago
There is a typo in the index.d.ts file:
export declare class NativeKeyboarMock extends NativeKeyboard
Should be,
export declare class NativeKeyboardMock extends NativeKeyboard
Fixed. Thanks for spotting that.
There is a typo in the index.d.ts file:
export declare class NativeKeyboarMock extends NativeKeyboard
Should be,
export declare class NativeKeyboardMock extends NativeKeyboard