Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not reference DOM-related imports (#6305)
* fix: do not reference DOM-related imports Closes #6297 * chore: fix typo
- Loading branch information
b24818e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this fixed #6297 . I had to downgrade from 7.1.0 to 6.6.7 because 7.1.0 was still pulling in DOM libs resulting in lots of duplicate identifiers on React Native.