Give a more sensible default crop in the post image picker (related #39)

This commit is contained in:
Paul Frazee 2023-01-17 18:35:37 -06:00
parent fb334b1b3f
commit bccc8a64d0
3 changed files with 47 additions and 6 deletions

View file

@ -3,6 +3,8 @@ import {makeAutoObservable, runInAction} from 'mobx'
import {CameraRoll} from '@react-native-camera-roll/camera-roll'
import {RootStoreModel} from './root-store'
export type {PhotoIdentifier} from './../../../node_modules/@react-native-camera-roll/camera-roll/src/CameraRoll'
export class UserLocalPhotosModel {
// state
photos: PhotoIdentifier[] = []