リリース用封印

This commit is contained in:
harukin-expo-dev-env 2024-04-05 15:19:15 +00:00
parent a9b7f3901e
commit c3ce82f978
2 changed files with 3 additions and 3 deletions

View File

@ -242,7 +242,7 @@ export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => {
</Text> </Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
</ListItem> </ListItem>
<ListItem style={{ flexDirection: "row" }} onPress={() => testNFC()}> {/* <ListItem style={{ flexDirection: "row" }} onPress={() => testNFC()}>
<Text <Text
style={{ style={{
fontSize: 20, fontSize: 20,
@ -255,7 +255,7 @@ export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => {
testNFC testNFC
</Text> </Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
</ListItem> </ListItem> */}
</View> </View>
</ScrollView> </ScrollView>
<TouchableOpacity <TouchableOpacity

View File

@ -18,7 +18,7 @@ export const DeviceOrientationChangeProvider = ({ children }) => {
); );
}; };
useEffect(() => { useEffect(() => {
//data(); data();
//ScreenOrientation.unlockAsync(); //ScreenOrientation.unlockAsync();
}, []); }, []);