ウィジェットに応じて自動変化するように変更

This commit is contained in:
harukin-expo-dev-env
2024-04-02 03:39:39 +00:00
parent e1ef112e15
commit db4ac86875
2 changed files with 17 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import { TraInfoEXWidget } from "./TraInfoEXWidget";
import dayjs from "dayjs";
import { ToastAndroid } from "react-native";
const nameToWidget = {
export const nameToWidget = {
// Hello will be the **name** with which we will reference our widget.
JR_shikoku_train_info: TraInfoEXWidget,
};