CareLuLu / react-native-web-ui-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explicit expo dependencies prevent upgrade to Expo 43

trajano opened this issue · comments

Your issue may already be reported!
Please search on the issue tracker before creating one.

Expected Behavior

expo upgrade to 43
should run as normal

Current Behavior

does not start due to explicit dependencies on older modules that use deprecated unimodules.

Possible Solution

Make the expo dependencies peer dependencies.

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version used:
  • Browser Name and version:
  • Operating System and version (desktop or mobile):
  • Link to your project:

Had the same issue, trying to use this on a new react-native project and getting the 'cant find @unimodules/core' error

I don't think it's in active development from what I can tell, it's just a bot that's updating dependencies, even fundamental issues like CareLuLu/react-native-web-jsonschema-form#292 appear to be ignored.