react-native-date icon indicating copy to clipboard operation
react-native-date copied to clipboard

React 0.16 Error

Open danimasa opened this issue 10 years ago • 2 comments

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))

danimasa avatar Dec 09 '15 23:12 danimasa

Note in step 4 of the readme - it is changing the base class of your MainActivity. This is very important.

rmevans9 avatar Dec 17 '15 12:12 rmevans9

Ok, changing the base class solved the problem. Thanks.

danimasa avatar Dec 21 '15 23:12 danimasa