リリース用封印

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

View File

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