Andr3wHur5t / react-native-keyboard-spacer

Plug and play react-native keyboard spacer view.
MIT License
1.56k stars 219 forks source link

Fixed: warnings with react-native 0.25.x #19

Closed aforty closed 8 years ago

aforty commented 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.

This commit fixes those warnings.

aforty commented 8 years ago

Whoops yeah, fixed.

Andr3wHur5t commented 8 years ago

Looks good :ship: