lelandrichardson / react-primitives

Primitive React Interfaces Across Targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lint error in src/injection/react-native-web.js

brodybits opened this issue · comments

/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.