0

我在 Appcelerator 项目中使用 Luxon 库(https://moment.github.io/luxon/docs/manual/install.html),但要在 Android 应用程序中拥有完整的时区功能,我需要安装 jsc-android-buildscripts (https ://github.com/react-native-community/jsc-android-buildscripts)。

如何在我的项目中导入和配置它?有人可以帮助我吗?

4

1 回答 1

0

Moment.js 是 Titanium 中的内置功能。使用时刻时区也很容易。

将时刻时区库放入/app/lib/moment-timezone.js并仅更改一件事。在 moment-timezone 内部是一个require('moment'). 将其更改为require('alloy/moment'),然后无论何时在您的应用程序中要使用该库,您只需要使用该模块即可require('moment-timezone);

于 2019-04-02T08:46:47.680 回答