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

@@ -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([