Update Constants.ts
This commit is contained in:
parent
1ccbbae9e0
commit
d3fbf6700e
@ -22,7 +22,7 @@ export const USE_SNAPSHOT_ON_ANDROID = false;
|
||||
export const USE_ULTRAWIDE_IF_AVAILABLE = true;
|
||||
|
||||
// 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_HEIGHT = Platform.select<number>({
|
||||
|
Loading…
Reference in New Issue
Block a user