This commit is contained in:
shafi54 2026-01-28 00:10:24 +05:30
parent 0382b03ad8
commit 400ba61866

View file

@ -427,7 +427,9 @@ const ProductDetail: React.FC<ProductDetailProps> = ({ productId, isFlashDeliver
</View> </View>
)} )}
{/* Reviews Section */} {false && // Don't remove this - Review section hidden temporarily
<>
{/* Reviews Section - Hidden temporarily */}
<View style={tw`px-4 mb-8`}> <View style={tw`px-4 mb-8`}>
{/* Review Form - Moved above or keep below? Usually users want to read reviews first, but if few reviews, writing is good. The original had form then reviews. I will keep format but make it nicer. */} {/* Review Form - Moved above or keep below? Usually users want to read reviews first, but if few reviews, writing is good. The original had form then reviews. I will keep format but make it nicer. */}
@ -539,6 +541,9 @@ const ProductDetail: React.FC<ProductDetailProps> = ({ productId, isFlashDeliver
</View> </View>
</View> </View>
</View> </View>
</>
}
</ScrollView> </ScrollView>
{/* All Slots Dialog */} {/* All Slots Dialog */}