testNFCを移動

This commit is contained in:
harukin-expo-dev-env
2024-03-27 10:44:14 +00:00
parent 7bcdc1bfb7
commit 8cbb663178
2 changed files with 14 additions and 19 deletions

View File

@@ -207,6 +207,20 @@ export const SettingTopPage = ({
</Text>
<View style={{ flex: 1 }} />
</ListItem>
<ListItem style={{ flexDirection: "row" }} onPress={() => testNFC()}>
<Text
style={{
fontSize: 20,
alignItems: "center",
alignContent: "center",
textAlign: "center",
textAlignVertical: "center",
}}
>
testNFC
</Text>
<View style={{ flex: 1 }} />
</ListItem>
</View>
</ScrollView>
<TouchableOpacity