Skip to content

Commit

Permalink
fix: snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Jul 31, 2024
1 parent 5ccc41f commit 165b0be
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions app/__tests__/screens/__snapshots__/Developer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,101 @@ exports[`Developer Screen screen renders correctly 1`] = `
</View>
</View>
</View>
<View
style={
[
{
"backgroundColor": "#313132",
"padding": 24,
},
]
}
>
<View
style={
{
"flexDirection": "row",
}
}
>
<Text
style={
{
"color": "#FFFFFF",
"flex": 1,
"flexWrap": "wrap",
"fontSize": 21,
"fontWeight": "normal",
}
}
>
Developer.EnableProxy
</Text>
<View
accessibilityLabel="Developer.EnableProxy"
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
{
"alignItems": "center",
"flexDirection": "row",
"justifyContent": "space-between",
}
}
testID="com.ariesbifold:id/ToggleEnableProxy"
>
<RCTSwitch
accessibilityRole="switch"
onChange={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
onTintColor="rgba(53, 130, 63, 0.35)"
style={
[
{
"height": 31,
"width": 51,
},
{
"backgroundColor": "#D3D3D3",
"borderRadius": 16,
},
]
}
thumbTintColor="#606060"
tintColor="#D3D3D3"
value={false}
/>
</View>
</View>
</View>
</View>
</RCTScrollView>
</RNCSafeAreaView>
Expand Down

0 comments on commit 165b0be

Please sign in to comment.