Automated deployment: Tue Jul 28 08:56:10 UTC 2020 35435fddd7
This commit is contained in:
@@ -240,6 +240,14 @@ Alipay.alipay(payInfo, <span class="hljs-function">(<span class="hljs-params">re
|
||||
</a>
|
||||
<p>当前工程基于 <a href="https://github.com/brodybits/create-react-native-module">@brodybits/create-react-native-module</a> 初始化。</p>
|
||||
<pre><code class="language-bash">npx create-react-native-module --package-identifier com.uiwjs --object-class-name RNAlipay --generate-example Alipay --example-react-native-version 0.63.0 --module-name @uiw/react-native-alipay --github-account uiwjs --author-name <span class="hljs-string">"Kenny Wong"</span> --author-email <span class="hljs-string">"wowohoo@qq.com"</span></code></pre>
|
||||
<a href="#开发" id="开发" style="color: inherit; text-decoration: none;">
|
||||
<h2>开发</h2>
|
||||
</a>
|
||||
<pre><code class="language-bash"><span class="hljs-built_in">cd</span> example <span class="hljs-comment"># 进入实例 example 工程,根目录不需要安装,会引发错误</span>
|
||||
yarn install <span class="hljs-comment"># 安装依赖</span>
|
||||
|
||||
<span class="hljs-built_in">cd</span> ios <span class="hljs-comment"># 进入 example/ios 目录安装依赖</span>
|
||||
pod instll <span class="hljs-comment"># 安装依赖</span></code></pre>
|
||||
<a href="#相关连接" id="相关连接" style="color: inherit; text-decoration: none;">
|
||||
<h2>相关连接</h2>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user