Skip to content

Commit dabd92a

Browse files
committed
address feedback
1 parent 452ed6f commit dabd92a

File tree

5 files changed

+4
-43
lines changed

5 files changed

+4
-43
lines changed

packages/default-storage/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ module.exports = makeMetroConfig({
1717
},
1818
}),
1919
},
20-
});
20+
});

packages/default-storage/src/shouldFallbackToLegacyNativeModule.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { NativeModules, TurboModuleRegistry } from "react-native";
1+
import { NativeModules } from "react-native";
22

33
export function shouldFallbackToLegacyNativeModule(): boolean {
44
const expoConstants =
5-
NativeModules["NativeUnimoduleProxy"]?.modulesConstants?.ExponentConstants;
5+
NativeModules["NativeUnimoduleProxy"]?.modulesConstants?.ExponentConstants;
66

77
if (expoConstants) {
88
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DisableFormat: true
2-
SortIncludes: false
2+
SortIncludes: false

packages/default-storage/windows/code/pch.cpp

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

packages/default-storage/windows/code/pch.h

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

0 commit comments

Comments
 (0)