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 22eca3b commit fd9fd84Copy full SHA for fd9fd84
template/src/App.tsx
@@ -1,8 +1,8 @@
1
import {useNetInfo} from '@react-native-community/netinfo';
2
import {NavigationContainer} from '@react-navigation/native';
3
-import React, {useEffect} from 'react';
4
-import {I18nextProvider, useTranslation} from 'react-i18next';
5
-import {Alert, StatusBar} from 'react-native';
+import React from 'react';
+import {I18nextProvider} from 'react-i18next';
+import {StatusBar} from 'react-native';
6
import FlashMessage from 'react-native-flash-message';
7
import {Provider} from 'react-redux';
8
0 commit comments