testNFCを移動
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user