Browse Source

Remove Useless var

docjyJ 3 years ago
parent
commit
3eabd84b58
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/screens/About/AboutScreen.js

+ 0
- 3
src/screens/About/AboutScreen.js View File

@@ -5,7 +5,6 @@ import {FlatList, Linking, Platform, Image, View} from 'react-native';
5 5
 import i18n from 'i18n-js';
6 6
 import {Avatar, Card, List, withTheme} from 'react-native-paper';
7 7
 import {StackNavigationProp} from '@react-navigation/stack';
8
-import {Modalize} from 'react-native-modalize';
9 8
 import packageJson from '../../../package.json';
10 9
 import CollapsibleFlatList from '../../components/Collapsible/CollapsibleFlatList';
11 10
 import APP_LOGO from '../../../assets/android.icon.round.png';
@@ -74,8 +73,6 @@ function openWebLink(link: string) {
74 73
  * Class defining an about screen. This screen shows the user information about the app and it's author.
75 74
  */
76 75
 class AboutScreen extends React.Component<PropsType> {
77
-  modalRef: Modalize | null;
78
-
79 76
   /**
80 77
    * Data team
81 78
    */

Loading…
Cancel
Save