Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahl-Aryan committed Sep 3, 2024
1 parent 5d940fd commit 87ab849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"date-fns": "^3.6.0",
"expo": "latest",
"expo-app-loading": "^1.1.2",
"expo-auth-session": "^5.5.2",
"expo-camera": "^15.0.11",
"expo-dev-client": "~4.0.25",
"expo-font": "~12.0.9",
Expand Down
1 change: 1 addition & 0 deletions redux/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import AsyncStorage from '@react-native-async-storage/async-storage';
import { ThunkAction } from 'redux-thunk';
import { RootState } from './store'; // Assuming you have a store.ts defining the RootState
import { Attendee } from './types';
import * as AuthSession from 'expo-auth-session';

// Action Types
export const SET_TOKEN = 'SET_TOKEN';
Expand Down

0 comments on commit 87ab849

Please sign in to comment.