<Trying with React Native to interact with an Andr...
# stackoverflow
r
Trying with React Native to interact with an Android system secondary screen I'm developing a React Native app for an Android based system that has a secondary screen. I would like to be able to control and display content on the secondary screen from my React Native app. I am facing problems with initializing the second screen from an Android native library within a React Native module. I have looked deeply into options such as providing a native module or a ViewManager, but couldn't understand it. In the native module approach, I inherited from the Presentation...