forked from vergnet/application-amicale
removed unused lib
This commit is contained in:
parent
a27fdfd8dc
commit
64c69fed47
1 changed files with 1 additions and 11 deletions
|
@ -5,13 +5,12 @@ import {View} from 'react-native';
|
||||||
import i18n from "i18n-js";
|
import i18n from "i18n-js";
|
||||||
import DashboardItem from "../components/Home/EventDashboardItem";
|
import DashboardItem from "../components/Home/EventDashboardItem";
|
||||||
import WebSectionList from "../components/Lists/WebSectionList";
|
import WebSectionList from "../components/Lists/WebSectionList";
|
||||||
import {Portal, Text, withTheme} from 'react-native-paper';
|
import {Text, withTheme} from 'react-native-paper';
|
||||||
import FeedItem from "../components/Home/FeedItem";
|
import FeedItem from "../components/Home/FeedItem";
|
||||||
import SquareDashboardItem from "../components/Home/SquareDashboardItem";
|
import SquareDashboardItem from "../components/Home/SquareDashboardItem";
|
||||||
import PreviewEventDashboardItem from "../components/Home/PreviewEventDashboardItem";
|
import PreviewEventDashboardItem from "../components/Home/PreviewEventDashboardItem";
|
||||||
import {stringToDate} from "../utils/Planning";
|
import {stringToDate} from "../utils/Planning";
|
||||||
import {openBrowser} from "../utils/WebBrowser";
|
import {openBrowser} from "../utils/WebBrowser";
|
||||||
import ImageView from "react-native-image-viewing";
|
|
||||||
// import DATA from "../dashboard_data.json";
|
// import DATA from "../dashboard_data.json";
|
||||||
|
|
||||||
|
|
||||||
|
@ -470,15 +469,6 @@ class HomeScreen extends React.Component<Props, State> {
|
||||||
refreshOnFocus={true}
|
refreshOnFocus={true}
|
||||||
fetchUrl={DATA_URL}
|
fetchUrl={DATA_URL}
|
||||||
renderItem={this.getRenderItem}/>
|
renderItem={this.getRenderItem}/>
|
||||||
<Portal>
|
|
||||||
<ImageView
|
|
||||||
images={this.state.imageList}
|
|
||||||
imageIndex={0}
|
|
||||||
presentationStyle={"fullScreen"}
|
|
||||||
visible={this.state.imageModalVisible}
|
|
||||||
onRequestClose={this.hideImageModal}
|
|
||||||
/>
|
|
||||||
</Portal>
|
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue