6.0でのデフォルト変更

This commit is contained in:
harukin-expo-dev-env
2025-01-22 13:23:32 +00:00
parent 837bd6eb4f
commit 2176b5511a
6 changed files with 6 additions and 10 deletions

View File

@@ -6,9 +6,7 @@ import React, {
FC,
useRef,
} from "react";
// 6.0でライブラリ変更
import { Platform, Clipboard } from "react-native";
// 6.0でライブラリ更新、tsの型定義が変わった
import { Platform } from "react-native";
import * as Notifications from "expo-notifications";
import * as Device from "expo-device";
import Constants from "expo-constants";