RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
570 stars 153 forks source link

React v15.5.0 Deprecation Warnings #132

Open eduardoleal opened 7 years ago

eduardoleal commented 7 years ago

React v15.5.0 has some deprecation warnings that appear to affect this repository.

Many developers (like me) use this project to run tests on CIs and it may break their build. Is there any plan to remove this warnings?

RealOrangeOne commented 7 years ago

Currently these warnings shouldn't affect your build at all, but obviously in the future they likely will.

I do plan to release a new version, hopefully soon, that will fix this issue and any related.

gpeal commented 7 years ago

@RealOrangeOne Any update on this? The last 4 versions of React Native ship with react 16 alpha and this is blocking our upgrade.

RealOrangeOne commented 7 years ago

@gpeal unfortunately time to look into this issue has been rather low. I believe the issue is something to do with dependencies of react-native-mock. Shame my time is affecting your upgrade, If youre in need of it i'd suggest researching yourself, and submitting a PR!