リリース用封印
This commit is contained in:
parent
a9b7f3901e
commit
c3ce82f978
@ -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
|
||||
|
@ -18,7 +18,7 @@ export const DeviceOrientationChangeProvider = ({ children }) => {
|
||||
);
|
||||
};
|
||||
useEffect(() => {
|
||||
//data();
|
||||
data();
|
||||
//ScreenOrientation.unlockAsync();
|
||||
}, []);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user