Minan

Results 6 comments of Minan

i am having the same problem. app.json `{ "name":"App", "displayName": "App", "expo": { "sdkVersion": "22.0.0" } }` [email protected]

For a quick solution you can use the [customRequest](https://github.com/m-inan/react-upload-gallery#customrequest) props.

You can use it as a prop in version [0.4.1](https://github.com/m-inan/react-upload-gallery/releases/tag/v0.4.1). I've been thinking about rewriting the project for a long time, so I'm postponing such updates.

There is no option to change only the text on the button. But you can rearrange the top. https://github.com/m-inan/react-upload-gallery#droparea

Can you send a sample project from here? https://codesandbox.io/

I think you need to add orientation for your app. You can add it info.plist. [You can review this](https://github.com/NathanaelA/nativescript-orientation/blob/master/demo/app/App_Resources/iOS/Info.plist) ``` UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight ```