Skip to content

Commit

Permalink
Minor fixes and eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emergenitro committed Dec 30, 2024
1 parent 39de953 commit b80382a
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 597 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ bun.lockb
build-*.ipa

ios/
android/

.env
android/
1 change: 0 additions & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import "expo-dev-client";

import { ActionSheetProvider } from "@expo/react-native-action-sheet";
import { LinkingOptions, NavigationContainer } from "@react-navigation/native";

import { useFonts } from "expo-font";
import * as Linking from "expo-linking";
import * as SecureStorage from "expo-secure-store";
Expand Down
Loading

0 comments on commit b80382a

Please sign in to comment.