Skip to content

Commit b729417

Browse files
committed
fix(app-check): remove javascript files from web post-typescript migration
if the JS is present alongside the TS, the typescript compiler engages in a race with itself inside the same file, and the final contents are indeterminant - may be the original JS, may be the pure TS transpile, or could be a mix of the two that won't compile
1 parent f932b23 commit b729417

File tree

3 files changed

+0
-99
lines changed

3 files changed

+0
-99
lines changed

packages/app-check/lib/web/RNFBAppCheckModule.android.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/app-check/lib/web/RNFBAppCheckModule.ios.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/app-check/lib/web/RNFBAppCheckModule.js

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)