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