Skip to content

Commit

Permalink
feat: add commentary and move out of regular imports for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed May 14, 2024
1 parent c02c20e commit 78d0846
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import '@walletconnect/react-native-compat'
import React, { useEffect, useMemo, useRef, useState } from 'react'
import { ActivityIndicator, BackHandler, Linking, View } from 'react-native'
import ErrorBoundary from 'react-native-error-boundary'
Expand All @@ -15,6 +14,9 @@ import { styles } from './styles'

import { LogBox } from 'react-native'

// Needs to be imported as early as possible for the polyfills to be there
import '@walletconnect/react-native-compat'

// disable bottom toast in app simulators - read the console instead
LogBox.ignoreAllLogs()

Expand Down

0 comments on commit 78d0846

Please sign in to comment.