Give a more sensible default crop in the post image picker (related #39)
This commit is contained in:
parent
fb334b1b3f
commit
bccc8a64d0
3 changed files with 47 additions and 6 deletions
|
@ -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[] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue