Skip to content

Commit 5fcefd0

Browse files
authored
Merge pull request #18 from CodingFactory-Repos/add/icons
Add/icons
2 parents 2816e0f + fc04488 commit 5fcefd0

File tree

19 files changed

+461
-396
lines changed

19 files changed

+461
-396
lines changed

package-lock.json

Lines changed: 156 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@reduxjs/toolkit": "^2.2.1",
1919
"react": "18.2.0",
2020
"react-native": "^0.73.5",
21+
"react-native-heroicons": "^4.0.0",
2122
"react-native-logs": "^5.1.0",
2223
"react-native-safe-area-context": "^4.9.0",
2324
"react-native-screens": "^3.29.0",

src/Product.tsx

Lines changed: 0 additions & 163 deletions
This file was deleted.

src/components/navigators/AccountNavigator/AccountNavigator.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const Stack = createNativeStackNavigator<AccountNavigatorParamList>();
1313
export default function AccountNavigator() {
1414
// @ts-ignore
1515
const {user} = useSelector(state => state.user);
16+
console.log('user token', {user});
17+
1618
if (user) {
1719
return (
1820
<Stack.Navigator

0 commit comments

Comments
 (0)