@@ -2,7 +2,7 @@
"expo": {
"name": "Crazy Charge",
"slug": "template",
- "version": "1.3.10",
+ "version": "1.3.11",
"orientation": "portrait",
"icon": "./assets/CC_Logo.png",
"userInterfaceStyle": "light",
@@ -123,14 +123,7 @@ const FutureReservationPageComponent = ({ data }) => {
</View>
</>
)}
- {/* <View className="pt-12">
- <Text>*************************</Text>
- <Text className="pb-6">以下為測試專用</Text>
- <NormalButton
- title={<Text className="text-white text-lg ">進入"充電進行中"界面</Text>}
- onPress={() => router.push('testonly')}
- />
- </View> */}
+
</ScrollView>