chore: Use max zoom of 10 in example
This commit is contained in:
parent
6882ce9ef4
commit
b92960a837
@ -16,7 +16,7 @@ export const SAFE_AREA_PADDING = {
|
||||
}
|
||||
|
||||
// The maximum zoom _factor_ you should be able to zoom in
|
||||
export const MAX_ZOOM_FACTOR = 20
|
||||
export const MAX_ZOOM_FACTOR = 10
|
||||
|
||||
export const SCREEN_WIDTH = Dimensions.get('window').width
|
||||
export const SCREEN_HEIGHT = Platform.select<number>({
|
||||
|
Loading…
Reference in New Issue
Block a user