Closed aforty closed 8 years ago
As of 0.25.x react-native is deprecating .cloneElement() and .createElement(), and instead suggesting we use those methods from the react package as opposed to react-native.
0.25.x
react-native
.cloneElement()
.createElement()
react
This commit fixes those warnings.
Whoops yeah, fixed.
Looks good :ship:
As of
0.25.x
react-native
is deprecating.cloneElement()
and.createElement()
, and instead suggesting we use those methods from thereact
package as opposed toreact-native
.This commit fixes those warnings.