You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to create an application in react-native-windows that needs to have multiple windows opened. In react-native-macos I've achieved this by sharing a react native bridge between my windows. How ever accessing the react native bridge in windows seems to be allot harder.
I've seen an answer where you could use ApplicationView API to create a new window, but it was not fully clear in the answer if it always was going to need a new react native instance or not.
If there is no way to share a react native instance between two windows, what would be the recommended way to communicate between them?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm trying to create an application in react-native-windows that needs to have multiple windows opened. In react-native-macos I've achieved this by sharing a react native bridge between my windows. How ever accessing the react native bridge in windows seems to be allot harder.
I've seen an answer where you could use ApplicationView API to create a new window, but it was not fully clear in the answer if it always was going to need a new react native instance or not.
If there is no way to share a react native instance between two windows, what would be the recommended way to communicate between them?
Beta Was this translation helpful? Give feedback.
All reactions