Update Constants.ts

This commit is contained in:
Marc Rousavy 2021-02-22 12:28:51 +01:00
parent 1ccbbae9e0
commit d3fbf6700e

View File

@ -22,7 +22,7 @@ export const USE_SNAPSHOT_ON_ANDROID = false;
export const USE_ULTRAWIDE_IF_AVAILABLE = true; export const USE_ULTRAWIDE_IF_AVAILABLE = true;
// The maximum zoom _factor_ you should be able to zoom in // The maximum zoom _factor_ you should be able to zoom in
export const MAX_ZOOM_FACTOR = 16; export const MAX_ZOOM_FACTOR = 20;
export const SCREEN_WIDTH = Dimensions.get('window').width; export const SCREEN_WIDTH = Dimensions.get('window').width;
export const SCREEN_HEIGHT = Platform.select<number>({ export const SCREEN_HEIGHT = Platform.select<number>({