|
@@ -3,10 +3,10 @@
|
3
|
3
|
import * as React from 'react';
|
4
|
4
|
import {Button, H3, Text} from 'native-base';
|
5
|
5
|
import i18n from "i18n-js";
|
6
|
|
-import {Platform, View} from "react-native";
|
|
6
|
+import {View} from "react-native";
|
7
|
7
|
import CustomMaterialIcon from "../components/CustomMaterialIcon";
|
8
|
8
|
import ThemeManager from "../utils/ThemeManager";
|
9
|
|
-import {Linking, Notifications} from "expo";
|
|
9
|
+import {Linking} from "expo";
|
10
|
10
|
import BaseContainer from "../components/BaseContainer";
|
11
|
11
|
|
12
|
12
|
type Props = {
|
|
@@ -63,12 +63,10 @@ export default class PlanningScreen extends React.Component<Props> {
|
63
|
63
|
}}>
|
64
|
64
|
{i18n.t('planningScreen.wipSubtitle')}
|
65
|
65
|
</Text>
|
66
|
|
- {Platform.OS === 'android' ?
|
67
|
|
- <Button block style={{marginTop: 20, marginRight: 10, marginLeft: 10}}
|
68
|
|
- onPress={() => openWebLink('https://expo.io/@amicaleinsat/application-amicale')}>
|
69
|
|
- <Text>Try the beta</Text>
|
70
|
|
- </Button>
|
71
|
|
- : <View/>}
|
|
66
|
+ <Button block style={{marginTop: 20, marginRight: 10, marginLeft: 10}}
|
|
67
|
+ onPress={() => openWebLink('https://www.facebook.com/groups/2054302624595234/')}>
|
|
68
|
+ <Text>Clubs et Evenements</Text>
|
|
69
|
+ </Button>
|
72
|
70
|
</View>
|
73
|
71
|
</BaseContainer>
|
74
|
72
|
);
|