react-native-sk-countdown
react-native-sk-countdown copied to clipboard
Incorrect use of react-native in CountDownText.js
createClass
was being called from react-native rather than from react. Fixed the issue by changing React to ReactNative and creating a new React variable which references react.
Any plans to merge this anytime soon?