Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed react-dom dependency from Navigation React #208

Merged
merged 4 commits into from
Jul 17, 2018

Conversation

grahammendick
Copy link
Owner

Navigation React Native depends on Navigation React but shouldn't need react-dom.

It was only there to test out deferred updates. When React Suspense lands, deferred updates will come back but then they should be part of the React API so still won't need the react-dom dependency. Commented out the deferred tests because they'll be coming back with Suspense. Left some deferred code in AsyncStateNavigator as a reminder.

Commented out the tests because they'll come back when react suspense lands.
Hard-coded defer to false but left in some unreachable defer code as a reminder
@grahammendick grahammendick merged commit 82d13a4 into master Jul 17, 2018
@grahammendick grahammendick deleted the react-domless branch July 17, 2018 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant