expo-camera give have by default function mirror
<CameraView
style={styles.camera}
ref={cameraRef}
facing='front'
ratio="1:1"
mirror={true} //use this for stop the flip image
/>