Search code examples
photoeditorsdk

Is showCameraRoll and showFilters on Android impossible to configure?


The iOS SDK camera has the possibility to configure showCameraRoll and showFilters as well as dedicated options for background color both for the editor, the camera and the menu bar. I couldn't find those options in the Android SDK. Also there is no magic menu item available on Android. Am I overlooking something or is this simply impossible to configure currently?

I'm the creator of https://github.com/interw3bs/photo-editor-sdk-react-native and trying to reach you for a couple of days. By answering my questions I could make the react native binding better :)


Solution

  • I am Sven form the PhotoEditor SDK, there are currently no settings like showCameraRoll and showFilters in the Android SDK. But the customer can simply remove it from the layout (Override of the XML and set visibility to gone).

    I understand this is a problem for cross-platform plugins like yours. We will consider to integrate it into feature versions.

    The magic feature is not a feature of the Android SDK because it is an iOS native feature the iOS SDK is using.