Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
moved Example Project down
  • Loading branch information
iamvictorli committed Nov 1, 2018
commit e1bf22596093f058ad9fa99e56bd930c1a2190b5
File renamed without changes.
File renamed without changes.
File renamed without changes.
70 changes: 0 additions & 70 deletions ExampleProject/.flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion ExampleProject/.gitattributes

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
142 changes: 142 additions & 0 deletions components/__tests__/__snapshots__/Hello.tsx.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders correctly with defaults 1`] = `
<View
style={
Object {
"alignItems": "center",
"alignSelf": "center",
}
}
>
<Text
style={
Object {
"color": "#999",
"fontWeight": "bold",
}
}
>
Hello
World!
</Text>
<View
style={
Object {
"alignItems": "stretch",
"alignSelf": "center",
"borderWidth": 5,
"flexDirection": "row",
"minHeight": 70,
}
}
>
<View
style={
Object {
"flex": 1,
"paddingVertical": 0,
}
}
>
<View
accessibilityLabel="decrement"
accessibilityRole="button"
accessibilityStates={Array []}
accessible={true}
isTVSelectable={true}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Object {
"opacity": 1,
}
}
>
<View
style={
Array [
Object {},
]
}
>
<Text
style={
Array [
Object {
"color": "#007AFF",
"fontSize": 18,
"padding": 8,
"textAlign": "center",
},
Object {
"color": "red",
},
]
}
>
-
</Text>
</View>
</View>
</View>
<View
style={
Object {
"flex": 1,
"paddingVertical": 0,
}
}
>
<View
accessibilityLabel="increment"
accessibilityRole="button"
accessibilityStates={Array []}
accessible={true}
isTVSelectable={true}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Object {
"opacity": 1,
}
}
>
<View
style={
Array [
Object {},
]
}
>
<Text
style={
Array [
Object {
"color": "#007AFF",
"fontSize": 18,
"padding": 8,
"textAlign": "center",
},
Object {
"color": "blue",
},
]
}
>
+
</Text>
</View>
</View>
</View>
</View>
</View>
`;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading