Tekkaman

导航

 

2017年9月25日

摘要: 【生成Release apk】 1、使用Java SDK中的keytool生成keystore。 Java SDK一般位于:C:\Program Files\Java\jdkx.x.x_x\bin. Note: Remember to keep your keystore file private 阅读全文
posted @ 2017-09-25 20:19 Tekkaman 阅读(2359) 评论(0) 推荐(0) 编辑
 
摘要: 【await】 The await operator is used to wait for a Promise. It can only be used inside an async function. Returns the resolved value of the promise, or 阅读全文
posted @ 2017-09-25 15:07 Tekkaman 阅读(253) 评论(0) 推荐(0) 编辑
 
摘要: 【Using Fetch】 This kind of functionality was previously achieved using XMLHttpRequest. Fetch provides a better alternative that can be easily used. 需要 阅读全文
posted @ 2017-09-25 13:56 Tekkaman 阅读(233) 评论(0) 推荐(0) 编辑
 
摘要: 【Building Projects with Native Code】 1、安装Node(v4.0以上)、Python2、JDK(v8.0以上)。 添加 JAVA_HOME环境变量,指向 JDK 的安装目录。 2、安装 react-native-cli npm install -g react-n 阅读全文
posted @ 2017-09-25 02:34 Tekkaman 阅读(200) 评论(0) 推荐(0) 编辑