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 f773647 commit 4030f8dCopy full SHA for 4030f8d
src/__tests__/index.test.tsx
src/index.tsx
@@ -7,6 +7,7 @@ const LINKING_ERROR =
7
'- You rebuilt the app after installing the package\n' +
8
'- You are not using Expo Go\n';
9
10
+// @ts-ignore
11
const isTurboModuleEnabled = global.__turboModuleProxy != null;
12
13
const ApiVideoUploaderModule = isTurboModuleEnabled
tsconfig.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": "@react-native/typescript-config/tsconfig.json"
+ "extends": "@react-native/typescript-config/tsconfig.json",
3
+ "compilerOptions": {
4
+ "noEmit": false
5
+ }
6
}
0 commit comments