Skip to content

Commit

Permalink
💄 Gloss: Add Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 22, 2023
1 parent 0ef3a89 commit fe2552d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/src/functions/Helpers.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck

import * as React from 'react';

/** wrapper func for setState that returns a promise */
Expand Down
2 changes: 2 additions & 0 deletions src/temp/functions/Helpers.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck

import { findNodeHandle } from 'react-native';

/** wrapper func for setState that returns a promise */
Expand Down

0 comments on commit fe2552d

Please sign in to comment.