react-native-camera/react-native-camera

Pluggable Extension System

Open

#1.262 aberto em 19 de fev. de 2018

Ver no GitHub
 (2 comments) (5 reactions) (0 assignees)Java (3.481 forks)batch import
AndroidEnhancementFor DiscussionHelp WantediOS

Métricas do repositório

Stars
 (9.647 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Hi all!

@sibelius and I were thinking about a system of extensions for react-native-camera.

It would be nice if users could choose extensions as post-processing (Google Vision, OpenCV, ...) or any other extension (ideally community written). These extensions would be optional resulting in a minimal setup with minimal footprint for users that just need the camera without extensions.

Is there anyone that could give some insights about how to structure a system like that for iOS/ObjectiveC and Android/Java? Or even better: anyone with experience who'd like to help?

Guia do colaborador