lint error in src/injection/react-native-web.js
brodycj opened this issue · 1 comments
brodycj commented
/Users/brodybits/dev/react-primitives/src/injection/react-native-web.js
22:38 error Unable to resolve path to module 'react-native-web/dist/cjs/exports/StyleSheet/createStyleResolver' import/no-unresolved
✖ 1 problem (1 error, 0 warnings)
Seems to be due to the second commit (c757e59) in PR #130.
Seems to lead to lint errors on Travis CI.
Same recommended solution to both #131 and this issue: revert c757e59, require RNW 0.11(+) in peerDependencies, and bump the 0.x version.
mathieudutour commented
fixed in 7d8e6b4