Now I am writing a android app with react native 0.13.2, and I want to use some third party components. but those components might be developed base on react native 0.16.0 or other version of react native. For example: My android app is based on react native 0.13.2 component1 is based on react native 0.14.0 component2 is based on react native 0.12.0 component3 is based on react native 0.16.0
As I tested,the react native is not downward compatibility. what should I do to avoid version conflict? or is there a better way to fixed conflict?