shoutem / ui

Customizable set of components for React Native applications
Other
4.91k stars 458 forks source link

React Native 0.44 Incompatible #244

Closed darkredz closed 7 years ago

darkredz commented 7 years ago

RN 0.44 introduced a breaking change that makes this library incompatible with it. CustomComponents had been removed from RN

Remove CustomComponents folder and license (777e80a) - https://github.com/facebook/react-native/releases

aswinmohanme commented 7 years ago

In the meantime should we downgrade to RN 43 ?

Definitely-Not-Vlad commented 7 years ago

The current workaround (until we update the UI toolkit) is to set up dependencies for your project (and reinstall node modules) as described by user dobrienlzd:

https://github.com/shoutem/ui/issues/241#issuecomment-298602614.

Marking this issue as a duplicate of https://github.com/shoutem/ui/issues/241 and closing it.

Please reference mentioned issue for future updates.