摘要:
【生成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 阅读全文
摘要:
【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 阅读全文
摘要:
【Using Fetch】 This kind of functionality was previously achieved using XMLHttpRequest. Fetch provides a better alternative that can be easily used. 需要 阅读全文
摘要:
【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 阅读全文