Update dependencies (#2316)
This commit is contained in:
parent
85fd0e7d74
commit
68a3825d95
45 changed files with 2866 additions and 4533 deletions
|
|
@ -180,7 +180,10 @@ configurations.all {
|
|||
resolutionStrategy {
|
||||
eachDependency { DependencyResolveDetails details ->
|
||||
if (details.requested.name == 'android-jsc') {
|
||||
details.useTarget group: details.requested.group, name: 'android-jsc-intl', version: 'r224109'
|
||||
details.useTarget group: details.requested.group, name: 'android-jsc-intl', version: 'r236355'
|
||||
}
|
||||
if (details.requested.name == 'play-services-gcm') {
|
||||
details.useTarget group: details.requested.group, name: details.requested.name, version: '16.0.0'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
BIN
android/app/src/main/assets/fonts/AntDesign.ttf
Normal file
BIN
android/app/src/main/assets/fonts/AntDesign.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
android/app/src/main/assets/fonts/Feather.ttf
Executable file
BIN
android/app/src/main/assets/fonts/Feather.ttf
Executable file
Binary file not shown.
BIN
android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf
Normal file
BIN
android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf
Normal file
Binary file not shown.
BIN
android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf
Normal file
BIN
android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf
Normal file
Binary file not shown.
BIN
android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf
Normal file
BIN
android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -29,7 +29,7 @@ exports[`AnnouncementBanner should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -48,7 +48,7 @@ exports[`AnnouncementBanner should match snapshot 1`] = `
|
|||
<RemoveMarkdown
|
||||
value="Banner Text"
|
||||
/>
|
||||
</Component>
|
||||
</Text>
|
||||
<Icon
|
||||
allowFontScaling={false}
|
||||
color="#fff"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ChannelLink should match snapshot 1`] = `
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#3d3c40",
|
||||
|
|
@ -10,7 +10,7 @@ exports[`ChannelLink should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
onPress={[Function]}
|
||||
style={
|
||||
Object {
|
||||
|
|
@ -19,7 +19,7 @@ exports[`ChannelLink should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
~First Channel
|
||||
</Component>
|
||||
</Text>
|
||||
|
||||
</Component>
|
||||
</Text>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -96,17 +96,17 @@ exports[`CustomList should match snapshot with SectionList 1`] = `
|
|||
|
||||
exports[`CustomList should match snapshot, renderFooter 1`] = `null`;
|
||||
|
||||
exports[`CustomList should match snapshot, renderFooter 2`] = `<Component />`;
|
||||
exports[`CustomList should match snapshot, renderFooter 2`] = `<View />`;
|
||||
|
||||
exports[`CustomList should match snapshot, renderSectionHeader 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.07)",
|
||||
|
|
@ -115,7 +115,7 @@ exports[`CustomList should match snapshot, renderSectionHeader 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#3d3c40",
|
||||
|
|
@ -124,13 +124,13 @@ exports[`CustomList should match snapshot, renderSectionHeader 1`] = `
|
|||
}
|
||||
>
|
||||
section_id
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`CustomList should match snapshot, renderSeparator 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.1)",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`UserListRow should match snapshot 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -16,7 +16,7 @@ exports[`UserListRow should match snapshot 1`] = `
|
|||
id="21345"
|
||||
onPress={[Function]}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -29,8 +29,8 @@ exports[`UserListRow should match snapshot 1`] = `
|
|||
size={32}
|
||||
userId="21345"
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -40,8 +40,8 @@ exports[`UserListRow should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component>
|
||||
<Component
|
||||
<View>
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -52,15 +52,15 @@ exports[`UserListRow should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
@user
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</CustomListRow>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`UserListRow should match snapshot for currentUser with (you) populated in list 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -75,7 +75,7 @@ exports[`UserListRow should match snapshot for currentUser with (you) populated
|
|||
id="21345"
|
||||
onPress={[Function]}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -88,8 +88,8 @@ exports[`UserListRow should match snapshot for currentUser with (you) populated
|
|||
size={32}
|
||||
userId="21345"
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -99,8 +99,8 @@ exports[`UserListRow should match snapshot for currentUser with (you) populated
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component>
|
||||
<Component
|
||||
<View>
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -110,14 +110,14 @@ exports[`UserListRow should match snapshot for currentUser with (you) populated
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
</CustomListRow>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`UserListRow should match snapshot for deactivated user 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -132,7 +132,7 @@ exports[`UserListRow should match snapshot for deactivated user 1`] = `
|
|||
id="21345"
|
||||
onPress={[Function]}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -145,8 +145,8 @@ exports[`UserListRow should match snapshot for deactivated user 1`] = `
|
|||
size={32}
|
||||
userId="21345"
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -156,8 +156,8 @@ exports[`UserListRow should match snapshot for deactivated user 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component>
|
||||
<Component
|
||||
<View>
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -168,10 +168,10 @@ exports[`UserListRow should match snapshot for deactivated user 1`] = `
|
|||
}
|
||||
>
|
||||
@user
|
||||
</Component>
|
||||
</Component>
|
||||
<Component>
|
||||
<Component
|
||||
</Text>
|
||||
</View>
|
||||
<View>
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": undefined,
|
||||
|
|
@ -180,8 +180,8 @@ exports[`UserListRow should match snapshot for deactivated user 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
</CustomListRow>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ErrorText should match snapshot 1`] = `
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -22,5 +22,5 @@ exports[`ErrorText should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
Username must begin with a letter and contain between 3 and 22 characters including numbers, lowercase letters, and the symbols
|
||||
</Component>
|
||||
</Text>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Hashtag should match snapshot 1`] = `
|
||||
<Component
|
||||
<Text
|
||||
onPress={[Function]}
|
||||
style={
|
||||
Object {
|
||||
|
|
@ -10,5 +10,5 @@ exports[`Hashtag should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
#test
|
||||
</Component>
|
||||
</Text>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
exports[`PostAttachmentOpenGraph should match snapshot, without image and description 1`] = `null`;
|
||||
|
||||
exports[`PostAttachmentOpenGraph should match snapshot, without image and description 2`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"borderColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -15,14 +15,14 @@ exports[`PostAttachmentOpenGraph should match snapshot, without image and descri
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -34,9 +34,9 @@ exports[`PostAttachmentOpenGraph should match snapshot, without image and descri
|
|||
}
|
||||
>
|
||||
Mattermost
|
||||
</Component>
|
||||
</Component>
|
||||
<Component
|
||||
</Text>
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -53,7 +53,7 @@ exports[`PostAttachmentOpenGraph should match snapshot, without image and descri
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={3}
|
||||
style={
|
||||
|
|
@ -70,14 +70,14 @@ exports[`PostAttachmentOpenGraph should match snapshot, without image and descri
|
|||
}
|
||||
>
|
||||
Title
|
||||
</Component>
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`PostAttachmentOpenGraph should match snapshot, without site_name 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"borderColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -89,7 +89,7 @@ exports[`PostAttachmentOpenGraph should match snapshot, without site_name 1`] =
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -106,7 +106,7 @@ exports[`PostAttachmentOpenGraph should match snapshot, without site_name 1`] =
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={3}
|
||||
style={
|
||||
|
|
@ -123,14 +123,14 @@ exports[`PostAttachmentOpenGraph should match snapshot, without site_name 1`] =
|
|||
}
|
||||
>
|
||||
Title
|
||||
</Component>
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`PostAttachmentOpenGraph should match snapshot, without title and url 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"borderColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -142,7 +142,7 @@ exports[`PostAttachmentOpenGraph should match snapshot, without title and url 1`
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -159,7 +159,7 @@ exports[`PostAttachmentOpenGraph should match snapshot, without title and url 1`
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={3}
|
||||
style={
|
||||
|
|
@ -176,23 +176,23 @@ exports[`PostAttachmentOpenGraph should match snapshot, without title and url 1`
|
|||
}
|
||||
>
|
||||
https://mattermost.com/
|
||||
</Component>
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`PostAttachmentOpenGraph should match state and snapshot, on renderDescription 1`] = `null`;
|
||||
|
||||
exports[`PostAttachmentOpenGraph should match state and snapshot, on renderDescription 2`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={5}
|
||||
style={
|
||||
|
|
@ -204,14 +204,14 @@ exports[`PostAttachmentOpenGraph should match state and snapshot, on renderDescr
|
|||
}
|
||||
>
|
||||
Description
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`PostAttachmentOpenGraph should match state and snapshot, on renderImage 1`] = `null`;
|
||||
|
||||
exports[`PostAttachmentOpenGraph should match state and snapshot, on renderImage 2`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -246,5 +246,5 @@ exports[`PostAttachmentOpenGraph should match state and snapshot, on renderImage
|
|||
}
|
||||
/>
|
||||
</TouchableWithoutFeedback>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`DateHeader component should match snapshot with suffix 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -14,7 +14,7 @@ exports[`DateHeader component should match snapshot with suffix 1`] = `
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#3d3c40",
|
||||
|
|
@ -24,7 +24,7 @@ exports[`DateHeader component should match snapshot with suffix 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginHorizontal": 15,
|
||||
|
|
@ -45,8 +45,8 @@ exports[`DateHeader component should match snapshot with suffix 1`] = `
|
|||
weekday="short"
|
||||
year="numeric"
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#3d3c40",
|
||||
|
|
@ -56,11 +56,11 @@ exports[`DateHeader component should match snapshot with suffix 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`DateHeader component should match snapshot without suffix 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -73,7 +73,7 @@ exports[`DateHeader component should match snapshot without suffix 1`] = `
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#3d3c40",
|
||||
|
|
@ -83,7 +83,7 @@ exports[`DateHeader component should match snapshot without suffix 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginHorizontal": 15,
|
||||
|
|
@ -104,8 +104,8 @@ exports[`DateHeader component should match snapshot without suffix 1`] = `
|
|||
weekday="short"
|
||||
year="numeric"
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#3d3c40",
|
||||
|
|
@ -115,5 +115,5 @@ exports[`DateHeader component should match snapshot without suffix 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,41 +1,41 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ShowMoreButton should match, button snapshot 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={Object {}}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
style={Object {}}
|
||||
>
|
||||
+
|
||||
</Component>
|
||||
</Text>
|
||||
<FormattedText
|
||||
defaultMessage="Show More"
|
||||
id="post_info.message.show_more"
|
||||
style={Object {}}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`ShowMoreButton should match, button snapshot 2`] = `
|
||||
<Component
|
||||
<View
|
||||
style={Object {}}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
style={Object {}}
|
||||
>
|
||||
-
|
||||
</Component>
|
||||
</Text>
|
||||
<FormattedText
|
||||
defaultMessage="Show Less"
|
||||
id="post_info.message.show_less"
|
||||
style={Object {}}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`ShowMoreButton should match, full snapshot 1`] = `
|
||||
<Component>
|
||||
<View>
|
||||
<LinearGradient
|
||||
colors={
|
||||
Array [
|
||||
|
|
@ -73,7 +73,7 @@ exports[`ShowMoreButton should match, full snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -86,7 +86,7 @@ exports[`ShowMoreButton should match, full snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -110,7 +110,7 @@ exports[`ShowMoreButton should match, full snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -119,7 +119,7 @@ exports[`ShowMoreButton should match, full snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#2389d7",
|
||||
|
|
@ -130,7 +130,7 @@ exports[`ShowMoreButton should match, full snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
+
|
||||
</Component>
|
||||
</Text>
|
||||
<FormattedText
|
||||
defaultMessage="Show More"
|
||||
id="post_info.message.show_more"
|
||||
|
|
@ -142,9 +142,9 @@ exports[`ShowMoreButton should match, full snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -154,6 +154,6 @@ exports[`ShowMoreButton should match, full snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ exports[`ChannelItem should match snapshot 1`] = `
|
|||
onPress={[Function]}
|
||||
underlayColor="rgba(69,120,191,0.5)"
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -21,7 +21,7 @@ exports[`ChannelItem should match snapshot 1`] = `
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -74,7 +74,7 @@ exports[`ChannelItem should match snapshot 1`] = `
|
|||
}
|
||||
type="O"
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -96,9 +96,9 @@ exports[`ChannelItem should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
display_name
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableHighlight>
|
||||
</AnimatedComponent>
|
||||
`;
|
||||
|
|
@ -112,7 +112,7 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
onPress={[Function]}
|
||||
underlayColor="rgba(69,120,191,0.5)"
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -124,7 +124,7 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#579eff",
|
||||
|
|
@ -132,7 +132,7 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -188,7 +188,7 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
}
|
||||
type="D"
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -210,9 +210,9 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
}
|
||||
>
|
||||
{displayName} (you)
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableHighlight>
|
||||
</AnimatedComponent>
|
||||
`;
|
||||
|
|
@ -226,7 +226,7 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
onPress={[Function]}
|
||||
underlayColor="rgba(69,120,191,0.5)"
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -238,7 +238,7 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#579eff",
|
||||
|
|
@ -246,7 +246,7 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -302,7 +302,7 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
}
|
||||
type="D"
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -324,9 +324,9 @@ exports[`ChannelItem should match snapshot for current user i.e currentUser (you
|
|||
}
|
||||
>
|
||||
{displayName} (you)
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableHighlight>
|
||||
</AnimatedComponent>
|
||||
`;
|
||||
|
|
@ -340,7 +340,7 @@ exports[`ChannelItem should match snapshot for deactivated user and is currentCh
|
|||
onPress={[Function]}
|
||||
underlayColor="rgba(69,120,191,0.5)"
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -352,7 +352,7 @@ exports[`ChannelItem should match snapshot for deactivated user and is currentCh
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#579eff",
|
||||
|
|
@ -360,7 +360,7 @@ exports[`ChannelItem should match snapshot for deactivated user and is currentCh
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -416,7 +416,7 @@ exports[`ChannelItem should match snapshot for deactivated user and is currentCh
|
|||
}
|
||||
type="D"
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -438,9 +438,9 @@ exports[`ChannelItem should match snapshot for deactivated user and is currentCh
|
|||
}
|
||||
>
|
||||
display_name
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableHighlight>
|
||||
</AnimatedComponent>
|
||||
`;
|
||||
|
|
@ -454,7 +454,7 @@ exports[`ChannelItem should match snapshot for deactivated user and is searchRes
|
|||
onPress={[Function]}
|
||||
underlayColor="rgba(69,120,191,0.5)"
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -466,7 +466,7 @@ exports[`ChannelItem should match snapshot for deactivated user and is searchRes
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -519,7 +519,7 @@ exports[`ChannelItem should match snapshot for deactivated user and is searchRes
|
|||
}
|
||||
type="D"
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -541,9 +541,9 @@ exports[`ChannelItem should match snapshot for deactivated user and is searchRes
|
|||
}
|
||||
>
|
||||
display_name
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableHighlight>
|
||||
</AnimatedComponent>
|
||||
`;
|
||||
|
|
@ -563,7 +563,7 @@ exports[`ChannelItem should match snapshot with draft 1`] = `
|
|||
onPress={[Function]}
|
||||
underlayColor="rgba(69,120,191,0.5)"
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -575,7 +575,7 @@ exports[`ChannelItem should match snapshot with draft 1`] = `
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -628,7 +628,7 @@ exports[`ChannelItem should match snapshot with draft 1`] = `
|
|||
}
|
||||
type="O"
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -650,9 +650,9 @@ exports[`ChannelItem should match snapshot with draft 1`] = `
|
|||
}
|
||||
>
|
||||
display_name
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableHighlight>
|
||||
</AnimatedComponent>
|
||||
`;
|
||||
|
|
@ -666,7 +666,7 @@ exports[`ChannelItem should match snapshot with mentions and muted 1`] = `
|
|||
onPress={[Function]}
|
||||
underlayColor="rgba(69,120,191,0.5)"
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -680,7 +680,7 @@ exports[`ChannelItem should match snapshot with mentions and muted 1`] = `
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -733,7 +733,7 @@ exports[`ChannelItem should match snapshot with mentions and muted 1`] = `
|
|||
}
|
||||
type="O"
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -755,7 +755,7 @@ exports[`ChannelItem should match snapshot with mentions and muted 1`] = `
|
|||
}
|
||||
>
|
||||
display_name
|
||||
</Component>
|
||||
</Text>
|
||||
<Badge
|
||||
count={1}
|
||||
countStyle={
|
||||
|
|
@ -780,8 +780,8 @@ exports[`ChannelItem should match snapshot with mentions and muted 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableHighlight>
|
||||
</AnimatedComponent>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ErrorTeamsList should match snapshot 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -53,5 +53,5 @@ exports[`ErrorTeamsList should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ForgotPassword match snapshot after success of sendPasswordResetEmail 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
|
|
@ -13,7 +13,7 @@ exports[`ForgotPassword match snapshot after success of sendPasswordResetEmail 1
|
|||
<TouchableWithoutFeedback
|
||||
onPress={[Function]}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -31,7 +31,7 @@ exports[`ForgotPassword match snapshot after success of sendPasswordResetEmail 1
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#dff0d8",
|
||||
|
|
@ -50,7 +50,7 @@ exports[`ForgotPassword match snapshot after success of sendPasswordResetEmail 1
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -63,7 +63,7 @@ exports[`ForgotPassword match snapshot after success of sendPasswordResetEmail 1
|
|||
}
|
||||
>
|
||||
test@test.com
|
||||
</Component>
|
||||
</Text>
|
||||
<FormattedText
|
||||
defaultMessage="Please check your inbox."
|
||||
id="password_send.checkInbox"
|
||||
|
|
@ -78,14 +78,14 @@ exports[`ForgotPassword match snapshot after success of sendPasswordResetEmail 1
|
|||
]
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableWithoutFeedback>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`ForgotPassword should match snapshot 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
|
|
@ -97,7 +97,7 @@ exports[`ForgotPassword should match snapshot 1`] = `
|
|||
<TouchableWithoutFeedback
|
||||
onPress={[Function]}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -115,7 +115,7 @@ exports[`ForgotPassword should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component>
|
||||
<View>
|
||||
<FormattedText
|
||||
defaultMessage="To reset your password, enter the email address you used to sign up"
|
||||
id="password_send.description"
|
||||
|
|
@ -187,14 +187,14 @@ exports[`ForgotPassword should match snapshot 1`] = `
|
|||
}
|
||||
/>
|
||||
</Button>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableWithoutFeedback>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`ForgotPassword snapshot for error on failure of email regex 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
|
|
@ -206,7 +206,7 @@ exports[`ForgotPassword snapshot for error on failure of email regex 1`] = `
|
|||
<TouchableWithoutFeedback
|
||||
onPress={[Function]}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -224,7 +224,7 @@ exports[`ForgotPassword snapshot for error on failure of email regex 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component>
|
||||
<View>
|
||||
<FormattedText
|
||||
defaultMessage="To reset your password, enter the email address you used to sign up"
|
||||
id="password_send.description"
|
||||
|
|
@ -296,8 +296,8 @@ exports[`ForgotPassword snapshot for error on failure of email regex 1`] = `
|
|||
}
|
||||
/>
|
||||
</Button>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
</TouchableWithoutFeedback>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`DownloaderBottomContent should match snapshot for downloaded file 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -20,11 +20,11 @@ exports[`DownloaderBottomContent should match snapshot for downloaded file 1`] =
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`DownloaderBottomContent should match snapshot for downloaded file and is not video 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -43,11 +43,11 @@ exports[`DownloaderBottomContent should match snapshot for downloaded file and i
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`DownloaderBottomContent should match snapshot for downloaded file and isVideo 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -66,11 +66,11 @@ exports[`DownloaderBottomContent should match snapshot for downloaded file and i
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`DownloaderBottomContent should match snapshot for downloading 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -89,5 +89,5 @@ exports[`DownloaderBottomContent should match snapshot for downloading 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ exports[`ImagePreview should match snapshot 1`] = `
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(0, 0, 0, 0.8)",
|
||||
|
|
@ -85,7 +85,7 @@ exports[`ImagePreview should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -113,7 +113,7 @@ exports[`ImagePreview should match snapshot 1`] = `
|
|||
size={26}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "white",
|
||||
|
|
@ -125,7 +125,7 @@ exports[`ImagePreview should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
1/2
|
||||
</Component>
|
||||
</Text>
|
||||
<TouchableOpacity
|
||||
activeOpacity={0.2}
|
||||
onPress={[Function]}
|
||||
|
|
@ -145,8 +145,8 @@ exports[`ImagePreview should match snapshot 1`] = `
|
|||
size={26}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
</AnimatedComponent>
|
||||
<AnimatedComponent
|
||||
style={
|
||||
|
|
@ -198,7 +198,7 @@ exports[`ImagePreview should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "white",
|
||||
|
|
@ -208,7 +208,7 @@ exports[`ImagePreview should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
Caption 1
|
||||
</Component>
|
||||
</Text>
|
||||
</LinearGradient>
|
||||
</AnimatedComponent>
|
||||
</AnimatedComponent>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`MenuActionSelector should match snapshot for channels 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -10,7 +10,7 @@ exports[`MenuActionSelector should match snapshot for channels 1`] = `
|
|||
}
|
||||
>
|
||||
<Connect(StatusBar) />
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginVertical": 5,
|
||||
|
|
@ -43,7 +43,7 @@ exports[`MenuActionSelector should match snapshot for channels 1`] = `
|
|||
titleCancelColor="#3d3c40"
|
||||
value=""
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<CustomList
|
||||
data={Array []}
|
||||
listType="flat"
|
||||
|
|
@ -83,11 +83,11 @@ exports[`MenuActionSelector should match snapshot for channels 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`MenuActionSelector should match snapshot for channels 2`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -96,7 +96,7 @@ exports[`MenuActionSelector should match snapshot for channels 2`] = `
|
|||
}
|
||||
>
|
||||
<Connect(StatusBar) />
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginVertical": 5,
|
||||
|
|
@ -129,7 +129,7 @@ exports[`MenuActionSelector should match snapshot for channels 2`] = `
|
|||
titleCancelColor="#3d3c40"
|
||||
value=""
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<CustomList
|
||||
data={Array []}
|
||||
listType="flat"
|
||||
|
|
@ -169,11 +169,11 @@ exports[`MenuActionSelector should match snapshot for channels 2`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`MenuActionSelector should match snapshot for explicit options 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -182,7 +182,7 @@ exports[`MenuActionSelector should match snapshot for explicit options 1`] = `
|
|||
}
|
||||
>
|
||||
<Connect(StatusBar) />
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginVertical": 5,
|
||||
|
|
@ -215,7 +215,7 @@ exports[`MenuActionSelector should match snapshot for explicit options 1`] = `
|
|||
titleCancelColor="#3d3c40"
|
||||
value=""
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<CustomList
|
||||
data={
|
||||
Array [
|
||||
|
|
@ -262,11 +262,11 @@ exports[`MenuActionSelector should match snapshot for explicit options 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`MenuActionSelector should match snapshot for searching 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -275,7 +275,7 @@ exports[`MenuActionSelector should match snapshot for searching 1`] = `
|
|||
}
|
||||
>
|
||||
<Connect(StatusBar) />
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginVertical": 5,
|
||||
|
|
@ -308,7 +308,7 @@ exports[`MenuActionSelector should match snapshot for searching 1`] = `
|
|||
titleCancelColor="#3d3c40"
|
||||
value="name2"
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<CustomList
|
||||
data={Array []}
|
||||
listType="flat"
|
||||
|
|
@ -348,11 +348,11 @@ exports[`MenuActionSelector should match snapshot for searching 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`MenuActionSelector should match snapshot for users 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -361,7 +361,7 @@ exports[`MenuActionSelector should match snapshot for users 1`] = `
|
|||
}
|
||||
>
|
||||
<Connect(StatusBar) />
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginVertical": 5,
|
||||
|
|
@ -394,7 +394,7 @@ exports[`MenuActionSelector should match snapshot for users 1`] = `
|
|||
titleCancelColor="#3d3c40"
|
||||
value=""
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<CustomList
|
||||
data={Array []}
|
||||
listType="section"
|
||||
|
|
@ -434,11 +434,11 @@ exports[`MenuActionSelector should match snapshot for users 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`MenuActionSelector should match snapshot for users 2`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -447,7 +447,7 @@ exports[`MenuActionSelector should match snapshot for users 2`] = `
|
|||
}
|
||||
>
|
||||
<Connect(StatusBar) />
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginVertical": 5,
|
||||
|
|
@ -480,7 +480,7 @@ exports[`MenuActionSelector should match snapshot for users 2`] = `
|
|||
titleCancelColor="#3d3c40"
|
||||
value=""
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<CustomList
|
||||
data={Array []}
|
||||
listType="section"
|
||||
|
|
@ -520,5 +520,5 @@ exports[`MenuActionSelector should match snapshot for users 2`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ exports[`MoreChannels should match snapshot 1`] = `
|
|||
<KeyboardLayout>
|
||||
<Connect(StatusBar) />
|
||||
<React.Fragment>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginVertical": 5,
|
||||
|
|
@ -35,7 +35,7 @@ exports[`MoreChannels should match snapshot 1`] = `
|
|||
titleCancelColor="#3d3c40"
|
||||
value=""
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<CustomList
|
||||
data={
|
||||
Array [
|
||||
|
|
@ -50,7 +50,7 @@ exports[`MoreChannels should match snapshot 1`] = `
|
|||
listType="flat"
|
||||
loading={false}
|
||||
loadingComponent={
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -69,10 +69,10 @@ exports[`MoreChannels should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
}
|
||||
noResults={
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -92,7 +92,7 @@ exports[`MoreChannels should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
}
|
||||
onLoadMore={[Function]}
|
||||
onRowPress={[Function]}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`OptionModalList should match snapshot for Android 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -10,7 +10,7 @@ exports[`OptionModalList should match snapshot for Android 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignSelf": "stretch",
|
||||
|
|
@ -20,7 +20,7 @@ exports[`OptionModalList should match snapshot for Android 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"borderBottomColor": "rgba(0, 0, 0, 0.1)",
|
||||
|
|
@ -66,8 +66,8 @@ exports[`OptionModalList should match snapshot for Android 1`] = `
|
|||
}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"borderBottomColor": "rgba(0, 0, 0, 0.1)",
|
||||
|
|
@ -113,7 +113,7 @@ exports[`OptionModalList should match snapshot for Android 1`] = `
|
|||
}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</View>
|
||||
<TouchableOpacity
|
||||
activeOpacity={0.2}
|
||||
onPress={[Function]}
|
||||
|
|
@ -139,12 +139,12 @@ exports[`OptionModalList should match snapshot for Android 1`] = `
|
|||
}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`OptionModalList should match snapshot for iOS 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -153,7 +153,7 @@ exports[`OptionModalList should match snapshot for iOS 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignSelf": "stretch",
|
||||
|
|
@ -164,7 +164,7 @@ exports[`OptionModalList should match snapshot for iOS 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -181,7 +181,7 @@ exports[`OptionModalList should match snapshot for iOS 1`] = `
|
|||
]
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#7f8180",
|
||||
|
|
@ -191,9 +191,9 @@ exports[`OptionModalList should match snapshot for iOS 1`] = `
|
|||
}
|
||||
>
|
||||
test
|
||||
</Component>
|
||||
</Component>
|
||||
<Component
|
||||
</Text>
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -242,8 +242,8 @@ exports[`OptionModalList should match snapshot for iOS 1`] = `
|
|||
}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
false,
|
||||
|
|
@ -289,9 +289,9 @@ exports[`OptionModalList should match snapshot for iOS 1`] = `
|
|||
}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignSelf": "stretch",
|
||||
|
|
@ -328,6 +328,6 @@ exports[`OptionModalList should match snapshot for iOS 1`] = `
|
|||
}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exports[`Permalink should match snapshot 1`] = `
|
|||
footerColor="transparent"
|
||||
forceTop={44}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -15,7 +15,7 @@ exports[`Permalink should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<withAnimatable(Component)
|
||||
<withAnimatable(View)
|
||||
animation="zoomIn"
|
||||
delay={0}
|
||||
direction="normal"
|
||||
|
|
@ -36,7 +36,7 @@ exports[`Permalink should match snapshot 1`] = `
|
|||
}
|
||||
useNativeDriver={true}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -69,7 +69,7 @@ exports[`Permalink should match snapshot 1`] = `
|
|||
size={20}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -78,7 +78,7 @@ exports[`Permalink should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -90,17 +90,17 @@ exports[`Permalink should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
channel_name
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
<Component
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -108,8 +108,8 @@ exports[`Permalink should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Array [
|
||||
Object {
|
||||
|
|
@ -125,14 +125,14 @@ exports[`Permalink should match snapshot 1`] = `
|
|||
size="large"
|
||||
style={Object {}}
|
||||
/>
|
||||
</Component>
|
||||
</withAnimatable(Component)>
|
||||
</Component>
|
||||
</View>
|
||||
</withAnimatable(View)>
|
||||
</View>
|
||||
</Connect(SafeAreaIos)>
|
||||
`;
|
||||
|
||||
exports[`Permalink should match snapshot 2`] = `
|
||||
<Component>
|
||||
<Text>
|
||||
<Icon
|
||||
allowFontScaling={false}
|
||||
name="archive"
|
||||
|
|
@ -148,5 +148,5 @@ exports[`Permalink should match snapshot 2`] = `
|
|||
}
|
||||
/>
|
||||
|
||||
</Component>
|
||||
</Text>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ReactionHeader should match snapshot 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
|
|
@ -86,7 +86,7 @@ exports[`ReactionHeader should match snapshot 1`] = `
|
|||
}
|
||||
/>
|
||||
</ScrollView>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`ReactionHeader should match snapshot, renderContent 1`] = `
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ exports[`ReactionHeaderItem should match snapshot 1`] = `
|
|||
padding={5}
|
||||
size={16}
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#166de0",
|
||||
|
|
@ -40,7 +40,7 @@ exports[`ReactionHeaderItem should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
3
|
||||
</Component>
|
||||
</Text>
|
||||
</React.Fragment>
|
||||
</TouchableOpacity>
|
||||
`;
|
||||
|
|
@ -52,7 +52,7 @@ exports[`ReactionHeaderItem should match snapshot, renderContent 1`] = `
|
|||
padding={5}
|
||||
size={16}
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#166de0",
|
||||
|
|
@ -62,7 +62,7 @@ exports[`ReactionHeaderItem should match snapshot, renderContent 1`] = `
|
|||
}
|
||||
>
|
||||
3
|
||||
</Component>
|
||||
</Text>
|
||||
</React.Fragment>
|
||||
`;
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ exports[`ReactionHeaderItem should match snapshot, renderContent 2`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#166de0",
|
||||
|
|
@ -89,6 +89,6 @@ exports[`ReactionHeaderItem should match snapshot, renderContent 2`] = `
|
|||
}
|
||||
>
|
||||
3
|
||||
</Component>
|
||||
</Text>
|
||||
</React.Fragment>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ReactionList should match snapshot 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -14,7 +14,7 @@ exports[`ReactionList should match snapshot 1`] = `
|
|||
onRequestClose={[Function]}
|
||||
>
|
||||
<React.Fragment>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"borderBottomWidth": 1,
|
||||
|
|
@ -83,12 +83,12 @@ exports[`ReactionList should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<ScrollView
|
||||
bounce={false}
|
||||
onScroll={[Function]}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"height": 45,
|
||||
|
|
@ -151,7 +151,7 @@ exports[`ReactionList should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -159,8 +159,8 @@ exports[`ReactionList should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"height": 45,
|
||||
|
|
@ -223,7 +223,7 @@ exports[`ReactionList should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -231,16 +231,16 @@ exports[`ReactionList should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
</ScrollView>
|
||||
</React.Fragment>
|
||||
</Connect(SlideUpPanel)>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`ReactionList should match snapshot, renderReactionRows 1`] = `
|
||||
Array [
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"height": 45,
|
||||
|
|
@ -303,7 +303,7 @@ Array [
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -311,8 +311,8 @@ Array [
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>,
|
||||
<Component
|
||||
</View>,
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"height": 45,
|
||||
|
|
@ -375,7 +375,7 @@ Array [
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "rgba(61,60,64,0.2)",
|
||||
|
|
@ -383,6 +383,6 @@ Array [
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>,
|
||||
</View>,
|
||||
]
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`ReactionRow should match snapshot, renderContent 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -12,7 +12,7 @@ exports[`ReactionRow should match snapshot, renderContent 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -24,7 +24,7 @@ exports[`ReactionRow should match snapshot, renderContent 1`] = `
|
|||
activeOpacity={0.2}
|
||||
onPress={[Function]}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"paddingTop": 3,
|
||||
|
|
@ -36,10 +36,10 @@ exports[`ReactionRow should match snapshot, renderContent 1`] = `
|
|||
size={24}
|
||||
userId="user_id"
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<Text
|
||||
ellipsizeMode="tail"
|
||||
numberOfLines={1}
|
||||
style={
|
||||
|
|
@ -49,7 +49,7 @@ exports[`ReactionRow should match snapshot, renderContent 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"fontSize": 14,
|
||||
|
|
@ -58,11 +58,11 @@ exports[`ReactionRow should match snapshot, renderContent 1`] = `
|
|||
}
|
||||
>
|
||||
@username
|
||||
</Component>
|
||||
<Component>
|
||||
</Text>
|
||||
<Text>
|
||||
|
||||
</Component>
|
||||
<Component
|
||||
</Text>
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "rgba(0,0,0,0.5)",
|
||||
|
|
@ -71,9 +71,9 @@ exports[`ReactionRow should match snapshot, renderContent 1`] = `
|
|||
}
|
||||
>
|
||||
username
|
||||
</Component>
|
||||
</Component>
|
||||
<Component
|
||||
</Text>
|
||||
</Text>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -86,6 +86,6 @@ exports[`ReactionRow should match snapshot, renderContent 1`] = `
|
|||
emojiName="smile"
|
||||
size={24}
|
||||
/>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ exports[`SelectTeam should match snapshot for fail of teams 1`] = `
|
|||
`;
|
||||
|
||||
exports[`SelectTeam should match snapshot for teams 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -56,7 +56,7 @@ exports[`SelectTeam should match snapshot for teams 1`] = `
|
|||
}
|
||||
>
|
||||
<Connect(StatusBar) />
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -66,7 +66,7 @@ exports[`SelectTeam should match snapshot for teams 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginRight": 15,
|
||||
|
|
@ -83,8 +83,8 @@ exports[`SelectTeam should match snapshot for teams 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": undefined,
|
||||
|
|
@ -93,7 +93,7 @@ exports[`SelectTeam should match snapshot for teams 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<FlatList
|
||||
data={
|
||||
Array [
|
||||
|
|
@ -122,5 +122,5 @@ exports[`SelectTeam should match snapshot for teams 1`] = `
|
|||
}
|
||||
windowSize={21}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -55,14 +55,14 @@ exports[`NotificationSettingsEmailAndroid should match snapshot 2`] = `
|
|||
transparent={true}
|
||||
visible={false}
|
||||
>
|
||||
<Component>
|
||||
<Component
|
||||
<View>
|
||||
<View
|
||||
style={Object {}}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={Object {}}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={Object {}}
|
||||
>
|
||||
<FormattedText
|
||||
|
|
@ -70,7 +70,7 @@ exports[`NotificationSettingsEmailAndroid should match snapshot 2`] = `
|
|||
id="user.settings.notifications.email.send"
|
||||
style={Object {}}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
<RadioButtonGroup
|
||||
name="emailSettings"
|
||||
onSelect={[Function]}
|
||||
|
|
@ -99,14 +99,14 @@ exports[`NotificationSettingsEmailAndroid should match snapshot 2`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
<Component
|
||||
</View>
|
||||
<View
|
||||
style={Object {}}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={Object {}}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={Object {}}
|
||||
>
|
||||
<TouchableOpacity
|
||||
|
|
@ -120,8 +120,8 @@ exports[`NotificationSettingsEmailAndroid should match snapshot 2`] = `
|
|||
style={Object {}}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
<Component>
|
||||
<Component
|
||||
<View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginRight": 10,
|
||||
|
|
@ -139,10 +139,10 @@ exports[`NotificationSettingsEmailAndroid should match snapshot 2`] = `
|
|||
style={Object {}}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
</Component>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ exports[`NotificationSettingsEmailIos should match snapshot, renderEmailSection
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component>
|
||||
<View>
|
||||
<sectionItem
|
||||
action={[Function]}
|
||||
actionType="select"
|
||||
|
|
@ -82,7 +82,7 @@ exports[`NotificationSettingsEmailIos should match snapshot, renderEmailSection
|
|||
}
|
||||
}
|
||||
/>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": undefined,
|
||||
|
|
@ -132,6 +132,6 @@ exports[`NotificationSettingsEmailIos should match snapshot, renderEmailSection
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
</section>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -490,7 +490,7 @@ exports[`TermsOfService should match snapshot 1`] = `
|
|||
`;
|
||||
|
||||
exports[`TermsOfService should match snapshot for fail of get terms 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"backgroundColor": "#ffffff",
|
||||
|
|
@ -542,7 +542,7 @@ exports[`TermsOfService should match snapshot for fail of get terms 1`] = `
|
|||
}
|
||||
}
|
||||
/>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
||||
exports[`TermsOfService should match snapshot for get terms 1`] = `
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`user_profile should match snapshot 1`] = `
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
|
@ -17,7 +17,7 @@ exports[`user_profile should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignItems": "center",
|
||||
|
|
@ -32,7 +32,7 @@ exports[`user_profile should match snapshot 1`] = `
|
|||
statusSize={40}
|
||||
userId="4hzdnk6mg7gepe7yze6m3domnc"
|
||||
/>
|
||||
<Component
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#3d3c40",
|
||||
|
|
@ -42,9 +42,9 @@ exports[`user_profile should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
@undefined
|
||||
</Component>
|
||||
</Component>
|
||||
<Component
|
||||
</Text>
|
||||
</View>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"marginBottom": 25,
|
||||
|
|
@ -52,8 +52,8 @@ exports[`user_profile should match snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<Component>
|
||||
<Component
|
||||
<View>
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": undefined,
|
||||
|
|
@ -65,8 +65,8 @@ exports[`user_profile should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
NICKNAME
|
||||
</Component>
|
||||
<Component
|
||||
</Text>
|
||||
<Text
|
||||
style={
|
||||
Object {
|
||||
"color": "#3d3c40",
|
||||
|
|
@ -75,9 +75,9 @@ exports[`user_profile should match snapshot 1`] = `
|
|||
}
|
||||
>
|
||||
nick
|
||||
</Component>
|
||||
</Component>
|
||||
</Component>
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
<userProfileRow
|
||||
action={[Function]}
|
||||
defaultMessage="Send Message"
|
||||
|
|
@ -118,5 +118,5 @@ exports[`user_profile should match snapshot 1`] = `
|
|||
togglable={false}
|
||||
/>
|
||||
</ScrollView>
|
||||
</Component>
|
||||
</View>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -333,7 +333,6 @@ platform :ios do
|
|||
export_method: method,
|
||||
skip_profile_detection: true,
|
||||
output_name: "#{app_name}.ipa",
|
||||
xcargs: '-UseNewBuildSystem=NO',
|
||||
export_options: {
|
||||
signingStyle: 'manual',
|
||||
iCloudContainerEnvironment: 'Production'
|
||||
|
|
|
|||
|
|
@ -6,16 +6,16 @@ GEM
|
|||
public_suffix (>= 2.0.2, < 4.0)
|
||||
atomos (0.1.3)
|
||||
aws-eventstream (1.0.1)
|
||||
aws-partitions (1.105.0)
|
||||
aws-sdk-core (3.28.0)
|
||||
aws-partitions (1.107.0)
|
||||
aws-sdk-core (3.36.0)
|
||||
aws-eventstream (~> 1.0)
|
||||
aws-partitions (~> 1.0)
|
||||
aws-sigv4 (~> 1.0)
|
||||
jmespath (~> 1.0)
|
||||
aws-sdk-kms (1.9.0)
|
||||
aws-sdk-kms (1.11.0)
|
||||
aws-sdk-core (~> 3, >= 3.26.0)
|
||||
aws-sigv4 (~> 1.0)
|
||||
aws-sdk-s3 (1.20.0)
|
||||
aws-sdk-s3 (1.23.1)
|
||||
aws-sdk-core (~> 3, >= 3.26.0)
|
||||
aws-sdk-kms (~> 1)
|
||||
aws-sigv4 (~> 1.0)
|
||||
|
|
@ -41,7 +41,7 @@ GEM
|
|||
faraday_middleware (0.12.2)
|
||||
faraday (>= 0.7.4, < 1.0)
|
||||
fastimage (2.1.4)
|
||||
fastlane (2.105.2)
|
||||
fastlane (2.107.0)
|
||||
CFPropertyList (>= 2.3, < 4.0.0)
|
||||
addressable (>= 2.3, < 3.0.0)
|
||||
babosa (>= 1.0.2, < 2.0.0)
|
||||
|
|
@ -91,10 +91,10 @@ GEM
|
|||
representable (~> 3.0)
|
||||
retriable (>= 2.0, < 4.0)
|
||||
signet (~> 0.9)
|
||||
googleauth (0.6.6)
|
||||
googleauth (0.6.7)
|
||||
faraday (~> 0.12)
|
||||
jwt (>= 1.4, < 3.0)
|
||||
memoist (~> 0.12)
|
||||
memoist (~> 0.16)
|
||||
multi_json (~> 1.11)
|
||||
os (>= 0.9, < 2.0)
|
||||
signet (~> 0.7)
|
||||
|
|
@ -116,7 +116,7 @@ GEM
|
|||
multipart-post (2.0.0)
|
||||
nanaimo (0.2.6)
|
||||
naturally (2.2.0)
|
||||
nokogiri (1.8.4)
|
||||
nokogiri (1.8.5)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
os (1.0.0)
|
||||
plist (3.4.0)
|
||||
|
|
@ -129,7 +129,7 @@ GEM
|
|||
rouge (2.0.7)
|
||||
rubyzip (1.2.2)
|
||||
security (0.1.3)
|
||||
signet (0.10.0)
|
||||
signet (0.11.0)
|
||||
addressable (~> 2.3)
|
||||
faraday (~> 0.9)
|
||||
jwt (>= 1.5, < 3.0)
|
||||
|
|
@ -151,7 +151,7 @@ GEM
|
|||
unf_ext (0.0.7.5)
|
||||
unicode-display_width (1.4.0)
|
||||
word_wrap (1.0.0)
|
||||
xcodeproj (1.6.0)
|
||||
xcodeproj (1.7.0)
|
||||
CFPropertyList (>= 2.3.3, < 4.0)
|
||||
atomos (~> 0.1.3)
|
||||
claide (>= 1.0.2, < 2.0)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
00E356F31AD99517003FC87E /* MattermostTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* MattermostTests.m */; };
|
||||
0111A42B7F264BCF8CBDE3ED /* OpenSans-ExtraBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FBBEC29EE2D3418D9AC33BD5 /* OpenSans-ExtraBoldItalic.ttf */; };
|
||||
0C0D24F53F254F75869E5951 /* OpenSans-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 41F3AFE83AAF4B74878AB78A /* OpenSans-Italic.ttf */; };
|
||||
1086EE2A68554E52A01943A4 /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = DE10E26B8E5644FB95A079FE /* AntDesign.ttf */; };
|
||||
133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
|
||||
139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
|
||||
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
3F876A0DC6314E27B16C8A96 /* libRNReactNativeDocViewer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BAF8296411D4657B5A0E8F8 /* libRNReactNativeDocViewer.a */; };
|
||||
420A7328E12C4B72AEF420CE /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EDC04CBCF81642219D199CBB /* Octicons.ttf */; };
|
||||
460A48EA5C6C4D8B8D9A2C75 /* Roboto-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 031EF04FB2D14EEFAACBAA1A /* Roboto-Italic.ttf */; };
|
||||
4DF0AD7CE6DC47E48647D892 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = DA7202ED47924EC7B0E01AB8 /* Feather.ttf */; };
|
||||
552835DCC0C24FC691EE6CAB /* Roboto-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 8F0B22D2C9924FAFA7FB681C /* Roboto-LightItalic.ttf */; };
|
||||
55C6561DDBBA45929D88B6D1 /* OpenSans-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 32AC3D4EA79E44738A6E9766 /* OpenSans-BoldItalic.ttf */; };
|
||||
5A0920184BD344979BCFCD5C /* libRCTVideo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B89192186C764B9FA473403A /* libRCTVideo.a */; };
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
69AC753E496743BABB7A7124 /* OpenSans-SemiboldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0E617BF0F36D4E738F51D169 /* OpenSans-SemiboldItalic.ttf */; };
|
||||
71F30A436B5847DF9D319D15 /* Roboto-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7F54ABFAE6CE4A6DB11D1ED7 /* Roboto-BlackItalic.ttf */; };
|
||||
74D116AD208A8D5600CF8A79 /* libRNKeychain.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 74D116AA208A8D3100CF8A79 /* libRNKeychain.a */; };
|
||||
7BD159C40A68467FB5A17141 /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = DC1D660B55BE462A9C3B8028 /* FontAwesome5_Solid.ttf */; };
|
||||
7F2691A11EE1DC6A007574FE /* libRNNotifications.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F2691A01EE1DC51007574FE /* libRNNotifications.a */; };
|
||||
7F26C1CC219C463D00FEB42D /* libRNCWebView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F26C1CB219C463300FEB42D /* libRNCWebView.a */; };
|
||||
7F292A711E8AB73400A450A3 /* SplashScreenResource in Resources */ = {isa = PBXBuildFile; fileRef = 7F292A701E8AB73400A450A3 /* SplashScreenResource */; };
|
||||
|
|
@ -115,10 +118,12 @@
|
|||
C337E8708D2845C6A8DBB47E /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2DCFD31D3F4A4154822AB532 /* Ionicons.ttf */; };
|
||||
C99BB3F4E4564F01A531FBEA /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 09FA716C56874BDDA30FE8C4 /* Roboto-Medium.ttf */; };
|
||||
D719A67137964F08BE47A5FC /* OpenSans-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3647DF63D6764CF093375861 /* OpenSans-ExtraBold.ttf */; };
|
||||
DA32194224944F1DBD27C485 /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 59A2AAD141C34AA7B4655F27 /* FontAwesome5_Regular.ttf */; };
|
||||
DDE492F7425D451884DAA088 /* Roboto-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6EFF13DD24CE4E26953E598A /* Roboto-Black.ttf */; };
|
||||
DE863F2E1E194A45A5B58FFA /* Roboto-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A734E00E7E184582A877F2B3 /* Roboto-Thin.ttf */; };
|
||||
DEBCF44F1F46413BB407D316 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8606EB1EB7E349EF8248933E /* libz.tbd */; };
|
||||
E052494CD6104A65840485E7 /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 71E626D4980A4560B26F0E1C /* Roboto-Bold.ttf */; };
|
||||
E08B278B7BA14C41AD908BE2 /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5C5FEE2D22F048709FB330F3 /* FontAwesome5_Brands.ttf */; };
|
||||
EC6AF34E03F647389D377064 /* Roboto-ThinItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 12D0B0E475FD46E29907305E /* Roboto-ThinItalic.ttf */; };
|
||||
F006936FC2884C24A1321FC0 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 356C9186FA374641A00EB2EA /* MaterialIcons.ttf */; };
|
||||
F083DB472349411A8E6E7AAD /* OpenSans-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BE17F630DB5D41FD93F32D22 /* OpenSans-LightItalic.ttf */; };
|
||||
|
|
@ -581,6 +586,13 @@
|
|||
remoteGlobalIDString = 5DBEB1501B18CEA900B34395;
|
||||
remoteInfo = RNVectorIcons;
|
||||
};
|
||||
7FE5FB3521A1EB710075D1AA /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2B25899FDAC149EB96ED3305 /* RNVectorIcons.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A39873CE1EA65EE60051E01A;
|
||||
remoteInfo = "RNVectorIcons-tvOS";
|
||||
};
|
||||
7FF31C1221330B4200680B75 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7FF31C0E21330B4200680B75 /* RNFetchBlob.xcodeproj */;
|
||||
|
|
@ -689,6 +701,8 @@
|
|||
4A22BC320BA04E18A7F2A4E6 /* libReactNativeExceptionHandler.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libReactNativeExceptionHandler.a; sourceTree = "<group>"; };
|
||||
4B19E38FBCB94C57BB03B8E6 /* libRNFetchBlob.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNFetchBlob.a; sourceTree = "<group>"; };
|
||||
51F5A483EA9F4A9A87ACFB59 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
|
||||
59A2AAD141C34AA7B4655F27 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = "<group>"; };
|
||||
5C5FEE2D22F048709FB330F3 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; };
|
||||
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
|
||||
62A58E5E984E4CF1811620B8 /* RNCookieManagerIOS.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNCookieManagerIOS.xcodeproj; path = "../node_modules/react-native-cookies/ios/RNCookieManagerIOS.xcodeproj"; sourceTree = "<group>"; };
|
||||
634A8F047C73D24A87850EC0 /* Pods-Mattermost.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Mattermost.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Mattermost/Pods-Mattermost.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
|
|
@ -772,6 +786,9 @@
|
|||
D0281D64B98143668D6AD42B /* RNLocalAuth.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNLocalAuth.xcodeproj; path = "../node_modules/react-native-local-auth/RNLocalAuth.xcodeproj"; sourceTree = "<group>"; };
|
||||
D08F54E10DF14AE4BBF4E2B4 /* Roboto-MediumItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-MediumItalic.ttf"; path = "../assets/fonts/Roboto-MediumItalic.ttf"; sourceTree = "<group>"; };
|
||||
D4B1B363C2414DA19C1AC521 /* OpenSans-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Bold.ttf"; path = "../assets/fonts/OpenSans-Bold.ttf"; sourceTree = "<group>"; };
|
||||
DA7202ED47924EC7B0E01AB8 /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = "<group>"; };
|
||||
DC1D660B55BE462A9C3B8028 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = "<group>"; };
|
||||
DE10E26B8E5644FB95A079FE /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = "<group>"; };
|
||||
DF9DAAAA482343F3910A1A4C /* RCTVideo.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTVideo.xcodeproj; path = "../node_modules/react-native-video/ios/RCTVideo.xcodeproj"; sourceTree = "<group>"; };
|
||||
EBA6063A99C141098D40C67A /* RNPasscodeStatus.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNPasscodeStatus.xcodeproj; path = "../node_modules/react-native-passcode-status/ios/RNPasscodeStatus.xcodeproj"; sourceTree = "<group>"; };
|
||||
EDC04CBCF81642219D199CBB /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
|
||||
|
|
@ -959,6 +976,11 @@
|
|||
C5BD64DE829E455A997DCAD5 /* Roboto-Regular.ttf */,
|
||||
A734E00E7E184582A877F2B3 /* Roboto-Thin.ttf */,
|
||||
12D0B0E475FD46E29907305E /* Roboto-ThinItalic.ttf */,
|
||||
DE10E26B8E5644FB95A079FE /* AntDesign.ttf */,
|
||||
DA7202ED47924EC7B0E01AB8 /* Feather.ttf */,
|
||||
5C5FEE2D22F048709FB330F3 /* FontAwesome5_Brands.ttf */,
|
||||
59A2AAD141C34AA7B4655F27 /* FontAwesome5_Regular.ttf */,
|
||||
DC1D660B55BE462A9C3B8028 /* FontAwesome5_Solid.ttf */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -1290,6 +1312,7 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
7FDF290C1E1F4B4E00DBBE56 /* libRNVectorIcons.a */,
|
||||
7FE5FB3621A1EB710075D1AA /* libRNVectorIcons-tvOS.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -2150,6 +2173,13 @@
|
|||
remoteRef = 7FDF290B1E1F4B4E00DBBE56 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
7FE5FB3621A1EB710075D1AA /* libRNVectorIcons-tvOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libRNVectorIcons-tvOS.a";
|
||||
remoteRef = 7FE5FB3521A1EB710075D1AA /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
7FF31C1321330B4200680B75 /* libRNFetchBlob.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
|
|
@ -2231,6 +2261,11 @@
|
|||
AA9605CFDA8E4E7CB8A041BF /* Roboto-Regular.ttf in Resources */,
|
||||
DE863F2E1E194A45A5B58FFA /* Roboto-Thin.ttf in Resources */,
|
||||
EC6AF34E03F647389D377064 /* Roboto-ThinItalic.ttf in Resources */,
|
||||
1086EE2A68554E52A01943A4 /* AntDesign.ttf in Resources */,
|
||||
4DF0AD7CE6DC47E48647D892 /* Feather.ttf in Resources */,
|
||||
E08B278B7BA14C41AD908BE2 /* FontAwesome5_Brands.ttf in Resources */,
|
||||
DA32194224944F1DBD27C485 /* FontAwesome5_Regular.ttf in Resources */,
|
||||
7BD159C40A68467FB5A17141 /* FontAwesome5_Solid.ttf in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
@ -2480,6 +2515,7 @@
|
|||
"$(SRCROOT)/../node_modules/react-native-document-picker/**",
|
||||
"$(SRCROOT)/../node_modules/react-native-device-info/ios/**",
|
||||
"$(SRCROOT)../node_modules/react-native-webview/ios",
|
||||
"$(SRCROOT)../node_modules/react-native-svg/ios/**",
|
||||
);
|
||||
INFOPLIST_FILE = Mattermost/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
||||
|
|
@ -2530,6 +2566,7 @@
|
|||
"$(SRCROOT)/../node_modules/react-native-document-picker/**",
|
||||
"$(SRCROOT)/../node_modules/react-native-device-info/ios/**",
|
||||
"$(SRCROOT)../node_modules/react-native-webview/ios",
|
||||
"$(SRCROOT)../node_modules/react-native-svg/ios/**",
|
||||
);
|
||||
INFOPLIST_FILE = Mattermost/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
||||
|
|
|
|||
|
|
@ -108,6 +108,11 @@
|
|||
<string>Roboto-Regular.ttf</string>
|
||||
<string>Roboto-Thin.ttf</string>
|
||||
<string>Roboto-ThinItalic.ttf</string>
|
||||
<string>AntDesign.ttf</string>
|
||||
<string>Feather.ttf</string>
|
||||
<string>FontAwesome5_Brands.ttf</string>
|
||||
<string>FontAwesome5_Regular.ttf</string>
|
||||
<string>FontAwesome5_Solid.ttf</string>
|
||||
</array>
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ target 'Mattermost' do
|
|||
# use_frameworks!
|
||||
|
||||
# Pods for Mattermost
|
||||
pod 'XCDYouTubeKit', '~> 2.5'
|
||||
pod 'XCDYouTubeKit', '2.7.1'
|
||||
|
||||
target 'MattermostTests' do
|
||||
inherit! :search_paths
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
PODS:
|
||||
- XCDYouTubeKit (2.5.0)
|
||||
- XCDYouTubeKit (2.7.1)
|
||||
|
||||
DEPENDENCIES:
|
||||
- XCDYouTubeKit (~> 2.5)
|
||||
- XCDYouTubeKit (= 2.7.1)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
- XCDYouTubeKit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
XCDYouTubeKit: 9db45d0f5af8fb5a47561ac7f2fe6de885f57453
|
||||
XCDYouTubeKit: c8567fd5cb388a3099fa26eee4b30df2a467847d
|
||||
|
||||
PODFILE CHECKSUM: 100c8053d4d12b6c3889d716c02d8b6e1840ed7c
|
||||
PODFILE CHECKSUM: 63cb0d0aef536c8cbf15bf664fcfe31852a13dd1
|
||||
|
||||
COCOAPODS: 1.5.3
|
||||
|
|
|
|||
6557
package-lock.json
generated
6557
package-lock.json
generated
File diff suppressed because it is too large
Load diff
80
package.json
80
package.json
|
|
@ -8,97 +8,97 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "7.0.0",
|
||||
"@babel/runtime": "7.0.0",
|
||||
"@babel/runtime": "7.1.5",
|
||||
"analytics-react-native": "1.2.0",
|
||||
"commonmark": "github:mattermost/commonmark.js#d5a7a7bfb373778d3bfd4575962c10fb3f3909c6",
|
||||
"commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#ea502501b1f2c31c6b3ff6d40eead2c808f40d42",
|
||||
"deep-equal": "1.0.1",
|
||||
"fuse.js": "3.2.1",
|
||||
"fuse.js": "3.3.0",
|
||||
"intl": "1.2.5",
|
||||
"jail-monkey": "1.0.0",
|
||||
"jsc-android": "224109.1.0",
|
||||
"jsc-android": "236355.1.0",
|
||||
"mattermost-redux": "github:mattermost/mattermost-redux#e86e83dd44697d9a98cd5ab45be5b657340335f4",
|
||||
"mime-db": "1.36.0",
|
||||
"moment-timezone": "0.5.21",
|
||||
"mime-db": "1.37.0",
|
||||
"moment-timezone": "0.5.23",
|
||||
"prop-types": "15.6.2",
|
||||
"react": "16.5.1",
|
||||
"react-intl": "2.6.0",
|
||||
"react-native": "0.57.1",
|
||||
"react": "16.6.3",
|
||||
"react-intl": "2.7.2",
|
||||
"react-native": "0.57.5",
|
||||
"react-native-animatable": "1.3.0",
|
||||
"react-native-bottom-sheet": "1.0.3",
|
||||
"react-native-button": "2.3.0",
|
||||
"react-native-calendars": "github:enahum/react-native-calendars#b96954bf85126222b311b638fe458a8194f25bed",
|
||||
"react-native-calendars": "github:enahum/react-native-calendars#e399bb749c0a944f009e75e7b45748299aea35d6",
|
||||
"react-native-circular-progress": "1.0.1",
|
||||
"react-native-cookies": "github:joeferraro/react-native-cookies#f11374745deba9f18f7b8a9bb4b0b2573026f522",
|
||||
"react-native-device-info": "github:enahum/react-native-device-info#f28e4ef36cd2e3d30f36ed96f2341591fc3f038f",
|
||||
"react-native-device-info": "github:enahum/react-native-device-info#f1c5781c3b38cf1c710834c39f9eb13a0ae08d65",
|
||||
"react-native-doc-viewer": "2.7.8",
|
||||
"react-native-document-picker": "2.1.0",
|
||||
"react-native-exception-handler": "2.9.0",
|
||||
"react-native-exception-handler": "2.10.2",
|
||||
"react-native-image-gallery": "github:enahum/react-native-image-gallery#a98b1051e94f5a394541ca1ff9b15e2c9ffed84f",
|
||||
"react-native-image-picker": "0.27.0",
|
||||
"react-native-keyboard-aware-scroll-view": "0.7.2",
|
||||
"react-native-image-picker": "0.27.1",
|
||||
"react-native-keyboard-aware-scroll-view": "0.7.4",
|
||||
"react-native-keychain": "3.0.0",
|
||||
"react-native-linear-gradient": "2.4.2",
|
||||
"react-native-linear-gradient": "2.4.4",
|
||||
"react-native-local-auth": "github:enahum/react-native-local-auth#cc9ce2f468fbf7b431dfad3191a31aaa9227a6ab",
|
||||
"react-native-navigation": "1.1.486",
|
||||
"react-native-notifications": "github:enahum/react-native-notifications#e5bf431716613b6abf312698dde194537420f966",
|
||||
"react-native-navigation": "1.1.492",
|
||||
"react-native-notifications": "github:enahum/react-native-notifications#aeb014b4d01db3d0afb091683c45e7ad7e572ea3",
|
||||
"react-native-passcode-status": "1.1.1",
|
||||
"react-native-permissions": "1.1.1",
|
||||
"react-native-recyclerview-list": "enahum/react-native-recyclerview-list.git#a05429439c49c41c73f42bb1d8ddc86eb8af5d35",
|
||||
"react-native-recyclerview-list": "enahum/react-native-recyclerview-list.git#a2d26bc7b2623cae25e947ba3905f702434717bf",
|
||||
"react-native-safe-area": "0.5.0",
|
||||
"react-native-section-list-get-item-layout": "2.2.3",
|
||||
"react-native-sentry": "0.38.3",
|
||||
"react-native-slider": "0.11.0",
|
||||
"react-native-status-bar-size": "0.3.3",
|
||||
"react-native-svg": "7.0.2",
|
||||
"react-native-tableview": "2.3.1",
|
||||
"react-native-vector-icons": "5.0.0",
|
||||
"react-native-svg": "8.0.8",
|
||||
"react-native-tableview": "2.4.1",
|
||||
"react-native-vector-icons": "6.1.0",
|
||||
"react-native-video": "3.2.1",
|
||||
"react-native-webview": "2.5.0",
|
||||
"react-native-youtube": "github:enahum/react-native-youtube#3f395b620ae4e05a3f1c6bdeef3a1158e78daadc",
|
||||
"react-navigation": "2.14.2",
|
||||
"react-redux": "5.0.7",
|
||||
"redux": "4.0.0",
|
||||
"redux-batched-actions": "0.4.0",
|
||||
"react-navigation": "2.18.2",
|
||||
"react-redux": "5.1.1",
|
||||
"redux": "4.0.1",
|
||||
"redux-batched-actions": "0.4.1",
|
||||
"redux-persist": "4.10.2",
|
||||
"redux-persist-transform-filter": "0.0.18",
|
||||
"redux-thunk": "2.3.0",
|
||||
"reselect": "3.0.1",
|
||||
"reselect": "4.0.0",
|
||||
"rn-fetch-blob": "github:enahum/react-native-fetch-blob#20d1c07ef34ba18be485a1f56cd2261158e93f69",
|
||||
"rn-placeholder": "github:enahum/rn-placeholder#d15069a4f37ce8724147c07f771eeca83fa0d60a",
|
||||
"semver": "5.5.1",
|
||||
"rn-placeholder": "github:enahum/rn-placeholder#bfee66eb54f1f06d1425a0ad511a5e16559bf82c",
|
||||
"semver": "5.6.0",
|
||||
"shallow-equals": "1.0.0",
|
||||
"tinycolor2": "1.4.1",
|
||||
"url-parse": "1.4.3"
|
||||
"url-parse": "1.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.1.0",
|
||||
"@babel/core": "7.1.0",
|
||||
"@babel/cli": "7.1.5",
|
||||
"@babel/core": "7.1.6",
|
||||
"@babel/plugin-transform-runtime": "7.1.0",
|
||||
"@babel/preset-env": "7.1.0",
|
||||
"@babel/preset-env": "7.1.6",
|
||||
"@babel/register": "7.0.0",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "9.0.0",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-plugin-module-resolver": "3.1.1",
|
||||
"babel-plugin-transform-remove-console": "6.9.4",
|
||||
"deep-freeze": "0.0.1",
|
||||
"enzyme": "3.6.0",
|
||||
"enzyme-adapter-react-16": "1.5.0",
|
||||
"enzyme": "3.7.0",
|
||||
"enzyme-adapter-react-16": "1.7.0",
|
||||
"enzyme-to-json": "3.3.4",
|
||||
"eslint": "5.6.0",
|
||||
"eslint": "5.9.0",
|
||||
"eslint-config-mattermost": "github:mattermost/eslint-config-mattermost",
|
||||
"eslint-plugin-header": "2.0.0",
|
||||
"eslint-plugin-jest": "21.22.0",
|
||||
"eslint-plugin-jest": "22.0.0",
|
||||
"eslint-plugin-react": "7.11.1",
|
||||
"jest": "23.6.0",
|
||||
"jest-cli": "23.6.0",
|
||||
"jsdom-global": "3.0.2",
|
||||
"metro-react-native-babel-preset": "0.45.6",
|
||||
"nyc": "13.0.1",
|
||||
"react-dom": "16.5.1",
|
||||
"metro-react-native-babel-preset": "0.49.2",
|
||||
"nyc": "13.1.0",
|
||||
"react-dom": "16.6.3",
|
||||
"redux-mock-store": "1.5.3",
|
||||
"remote-redux-devtools": "0.5.13",
|
||||
"socketcluster": "14.3.0",
|
||||
"socketcluster": "14.3.2",
|
||||
"underscore": "1.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue