React Native Android日期和时间选择器没有;不起作用

React Native date and time pickers for Android doesn't work

本文关键字:不起作用 选择器 时间 Native Android 日期 React      更新时间:2023-09-26

我想使用这个模块https://github.com/nucleartux/react-native-date但在我完成步骤4"之后;Register React Package";生成失败。

哪里出了问题:

任务":app:compileDebugJavaWithJavac"的执行失败。

编译失败;有关详细信息,请参阅编译器错误输出。

我该怎么修?

根据react本机日期README,在第17行中,MainActivity应扩展FragmentActivity而不是Activity