This commit is contained in:
harukin-expo-dev-env 2024-03-27 10:51:35 +00:00
parent 8cbb663178
commit 055854bd0b
2 changed files with 3 additions and 10 deletions

View File

@ -1,12 +1,5 @@
import React from "react";
import {
View,
Text,
TouchableOpacity,
ScrollView,
Linking,
} from "react-native";
import * as Updates from "expo-updates";
import { View, Text, TouchableOpacity, ScrollView } from "react-native";
import { SwitchArea } from "../atom/SwitchArea";
export const LayoutSettings = ({

View File

@ -41,8 +41,8 @@ export default function Setting(props) {
AS.getItem("trainPositionSwitch").then(setTrainPosition);
}, []);
const testNFC = async () => {
const resulit = await ExpoFelicaReader.scan();
alert(resulit);
const result = await ExpoFelicaReader.scan();
alert(result);
};
const updateAndReload = () => {
Promise.all([