Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
groot007 committed Feb 26, 2024
1 parent 955e1c3 commit b0df25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ exports[`Weather row should render correctly 1`] = `
style={
{
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
"gap": 16,
}
Expand Down Expand Up @@ -122,7 +121,7 @@ exports[`Weather row should render correctly 1`] = `
}
}
>
100 F
100 C
</Text>
</View>
<Text>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import {useEffect, useState} from 'react';
import {ActivityIndicator, Alert, FlatList, Text, View} from 'react-native';
import {ActivityIndicator, FlatList, Text, View} from 'react-native';
import Config from 'react-native-config';
import WheatherRow from '../../components/weather-row';
import {CITIES_LIST} from '../../utils/constants';
Expand Down

0 comments on commit b0df25a

Please sign in to comment.