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 02a4591 commit b04ba5aCopy full SHA for b04ba5a
app/views/RoomsListView/index.tsx
@@ -1,6 +1,6 @@
1
import { useNavigation } from '@react-navigation/native';
2
-import React, { memo, useContext } from 'react';
3
-import { RefreshControl } from 'react-native';
+import React, { memo, useContext, useEffect } from 'react';
+import { BackHandler, RefreshControl } from 'react-native';
4
import { useSafeAreaFrame } from 'react-native-safe-area-context';
5
import { shallowEqual } from 'react-redux';
6
import { FlashList } from '@shopify/flash-list';
0 commit comments