1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Automated deployment: Tue Jul 28 08:56:10 UTC 2020 35435fddd7

This commit is contained in:
jaywcjlove
2020-07-28 08:56:10 +00:00
parent 6bb8b24787
commit 29bfebea9c
5 changed files with 22 additions and 14 deletions

View File

@@ -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">&quot;Kenny Wong&quot;</span> --author-email <span class="hljs-string">&quot;wowohoo@qq.com&quot;</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>