Open danimasa opened 8 years ago
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.
I tried to use it with react 0.16 but I got the following error: