typo
This commit is contained in:
parent
8cbb663178
commit
055854bd0b
@ -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 = ({
|
||||
|
@ -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([
|
||||
|
Loading…
Reference in New Issue
Block a user