wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.53k stars 712 forks source link

RNUILIB 4.1.0 - RN Blur & RN Interactable are made as mandatory install #596

Closed mkharibalaji closed 4 years ago

mkharibalaji commented 4 years ago

Hi Team , These packages (RN Blur & RN Interactable) are made mandatory to be installed after upgrading to 4.1.0.Aren't they optional ? As of now they are throwing error "Module not found"

ethanshar commented 4 years ago

Before, this and other native dependencies were installed by uilib (as part of uilib dependencies).

on v4, we moved them to be peer dependencies so you can have better control on their version. but unfortunately you will still need those dependencies for uilib to run.

mkharibalaji commented 4 years ago

That explains !. Thanks.