react-native-date
react-native-date copied to clipboard
React 0.16 Error
I tried to use it with react 0.16 but I got the following error:
MainActivity.java:39: error: incompatible types: MainActivity cannot be converted to FragmentActivity
.addPackage(new ReactDatePackage(this))
Note in step 4 of the readme - it is changing the base class of your MainActivity. This is very important.
Ok, changing the base class solved the problem. Thanks.