typo
This commit is contained in:
parent
8cbb663178
commit
055854bd0b
@ -1,12 +1,5 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import {
|
import { View, Text, TouchableOpacity, ScrollView } from "react-native";
|
||||||
View,
|
|
||||||
Text,
|
|
||||||
TouchableOpacity,
|
|
||||||
ScrollView,
|
|
||||||
Linking,
|
|
||||||
} from "react-native";
|
|
||||||
import * as Updates from "expo-updates";
|
|
||||||
import { SwitchArea } from "../atom/SwitchArea";
|
import { SwitchArea } from "../atom/SwitchArea";
|
||||||
|
|
||||||
export const LayoutSettings = ({
|
export const LayoutSettings = ({
|
||||||
|
@ -41,8 +41,8 @@ export default function Setting(props) {
|
|||||||
AS.getItem("trainPositionSwitch").then(setTrainPosition);
|
AS.getItem("trainPositionSwitch").then(setTrainPosition);
|
||||||
}, []);
|
}, []);
|
||||||
const testNFC = async () => {
|
const testNFC = async () => {
|
||||||
const resulit = await ExpoFelicaReader.scan();
|
const result = await ExpoFelicaReader.scan();
|
||||||
alert(resulit);
|
alert(result);
|
||||||
};
|
};
|
||||||
const updateAndReload = () => {
|
const updateAndReload = () => {
|
||||||
Promise.all([
|
Promise.all([
|
||||||
|
Loading…
Reference in New Issue
Block a user