Skip to content

How to open a new window in react-native-windows? #9675

Answered by chrisglein
kalrit718 asked this question in Q&A
Discussion options

You must be logged in to vote

ApplicationView is the UWP API for doing multi window stuff. From that doc there should be samples and such. Note that if you're creating a new window that gets a new thread and you'll need another React Native instance. The two React Native hosts can't share an instance.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@root123-bot
Comment options

Answer selected by chrisglein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants