File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,17 @@ function Root() {
53
53
style = { { flex : 1 , paddingTop : 20 , justifyContent : 'center' , alignItems : 'center' } }
54
54
>
55
55
< Text style = { { fontSize : 25 , marginBottom : 30 } } > React Native Firebase</ Text >
56
- < Text style = { { fontSize : 25 , marginBottom : 30 } } > End-to-End Testing App2 </ Text >
56
+ < Text style = { { fontSize : 25 , marginBottom : 30 } } > End-to-End Testing App </ Text >
57
57
< Button
58
+ style = { { flex : 1 , marginTop : 20 } }
58
59
title = { 'Test Native Crash Now.' }
59
60
onPress = { ( ) => {
60
61
firebase . crashlytics ( ) . crash ( ) ;
61
62
} }
62
63
/>
64
+ < View testId = "spacer" style = { { height : 20 } } />
63
65
< Button
66
+ style = { { flex : 1 , marginTop : 20 } }
64
67
title = { 'Test Javascript Crash Now.' }
65
68
onPress = { ( ) => {
66
69
undefinedVariable . notAFunction ( ) ;
You can’t perform that action at this time.
0 commit comments