vincentriemer / react-native-dom

An experimental, comprehensive port of React Native to the web.
https://rntester.now.sh
MIT License
3.25k stars 73 forks source link

RCTModalHostView for Modals #39

Open peacechen opened 6 years ago

peacechen commented 6 years ago

I'm starting work on RCTModalHostView because our app uses Modals and it should be relatively straight-forward to add. What's the easiest way to build the react-native-dom project for local development?

Any tips on how to best implement this would also be appreciated.

vincentriemer commented 6 years ago

I just uncommented the modal example from RNTester so if you run yarn run-examples, and navigate to RNTester, you can develop against it.

jhen0409 commented 6 years ago

@peacechen have any progress on this? Maybe I can provide some help.

peacechen commented 6 years ago

I started on this but couldn't wrap my brain around the architecture in this project. Your help would be much appreciated!