Skip to content

Commit

Permalink
[#88] Revert GetStarted to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Jul 31, 2023
1 parent aa4eb6a commit 5f92efc
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions app/src/pages/__tests__/__snapshots__/GetStarted.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,58 @@ exports[`GetStartedPage renders correctly 1`] = `
>
Lorem Ipsum dolor sit amet dolor random
</Text>
<View
style={
{
"paddingHorizontal": 10,
"width": "100%",
}
}
testID="RNE__Input__view-wrapper"
>
<View
collapsable={false}
style={
{
"alignItems": "center",
"borderBottomWidth": 1,
"borderColor": "#86939e",
"flexDirection": "row",
"transform": [
{
"translateX": 0,
},
],
}
}
>
<TextInput
editable={true}
onChangeText={[Function]}
placeholder="Input Server URL"
placeholderTextColor="#86939e"
style={
{
"color": "#242424",
"flex": 1,
"fontSize": 18,
"minHeight": 40,
}
}
testID="RNE__Input__text-input"
underlineColorAndroid="transparent"
/>
</View>
<Text
style={
{
"color": "#ff190c",
"fontSize": 12,
"margin": 5,
}
}
/>
</View>
<View
style={
[
Expand Down

0 comments on commit 5f92efc

Please sign in to comment.