Skip to content

Commit

Permalink
fix: snapshots updated
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Jan 22, 2025
1 parent ef8c20b commit f23202b
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions __tests__/__snapshots__/AddressBook.snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -212,28 +212,16 @@ exports[`Component Address Book - test Address Book - snapshot 1`] = `
testID="addressbook.scroll-view"
>
<View>
<View
<ActivityIndicator
color="#5a8c5a"
size={25}
style={
{
"alignItems": "center",
"display": "flex",
"height": 150,
"justifyContent": "flex-start",
"marginTop": 30,
"marginRight": 7,
"marginTop": 7,
}
}
>
<Text
style={
{
"color": "#18bd18",
"opacity": 0.65,
}
}
>
text translated
</Text>
</View>
/>
</View>
</RCTScrollView>
<View
Expand Down

0 comments on commit f23202b

Please sign in to comment.