App chrash + seo
This commit is contained in:
@@ -11,7 +11,7 @@ import * as ImageManipulator from 'expo-image-manipulator';
|
||||
import * as Haptics from 'expo-haptics';
|
||||
import * as AppleAuthentication from 'expo-apple-authentication';
|
||||
import Constants from 'expo-constants';
|
||||
import { usePostHog } from 'posthog-react-native';
|
||||
import { useSafeAnalytics } from '../services/analytics';
|
||||
import { useApp } from '../context/AppContext';
|
||||
import { useColors } from '../constants/Colors';
|
||||
import { PlantRecognitionService } from '../services/plantRecognitionService';
|
||||
@@ -130,7 +130,7 @@ const getBillingCopy = (language: 'de' | 'en' | 'es') => {
|
||||
|
||||
export default function ScannerScreen() {
|
||||
const params = useLocalSearchParams<{ mode?: string; plantId?: string; sharedImageUri?: string }>();
|
||||
const posthog = usePostHog();
|
||||
const posthog = useSafeAnalytics();
|
||||
const {
|
||||
isDarkMode,
|
||||
colorPalette,
|
||||
|
||||
Reference in New Issue
Block a user