我在Appcelerator项目中使用了Luxon库(https://moment.github.io/luxon/docs/manual/install.html),但是要在Android App中具有完整的时区功能,我需要安装jsc-android-buildscripts(https://github.com/react-native-community/jsc-android-buildscripts)。
如何在我的项目中导入和配置它?有人可以帮助我吗?
答案 0 :(得分:0)
Moment.js是Titanium中的内置功能。使用矩时区也非常容易。
将矩时区库放入/app/lib/moment-timezone.js
中,仅更改1件事。在矩时区内部是require('moment')
。将其更改为require('alloy/moment')
,然后只要在您的应用中要使用该库,您只需要使用require('moment-timezone);