Skip to content

Commit

Permalink
💫 Update: Ex - Silence TS Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed May 5, 2023
1 parent d5e0d5a commit 2928c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/src/examples/TemplateTest.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as React from 'react';
import { StyleSheet } from 'react-native';

Expand Down
2 changes: 1 addition & 1 deletion example/src/examples/Test03.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
CardLogDisplayHandle,
} from '../components/Card/CardLogDisplay';

// eslint-disable-next-line @typescript-eslint/no-unused-vars
// @ts-ignore
function getEventMessageForEventKey(event: ModalViewEmitterEventsDeprecated) {
switch (event) {
case 'onModalBlur':
Expand Down

0 comments on commit 2928c73

Please sign in to comment.