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 2231a77 commit 2182524Copy full SHA for 2182524
app/src/utils/nfcScanner.ts
@@ -22,7 +22,7 @@ interface Inputs {
22
export const scan = async (inputs: Inputs) => {
23
if (MIXPANEL_NFC_PROJECT_TOKEN) {
24
if (Platform.OS === 'ios') {
25
- const enableDebugLogs = ENABLE_DEBUG_LOGS;
+ const enableDebugLogs = JSON.parse(String(ENABLE_DEBUG_LOGS));
26
NativeModules.PassportReader.configure(
27
MIXPANEL_NFC_PROJECT_TOKEN,
28
enableDebugLogs,
0 commit comments