Skip to content

Commit

Permalink
docs(RN): 添加 openUrl 的文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Pines-Cheng committed Jan 7, 2019
1 parent de94754 commit ced2dcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/before-dev-remind.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ border{Top,Right,Bottom,Left} 的简写(shorthands)不支持,因为 `borde
#### React Native 不支持 background-image ,有什么解决办法吗?
使用 `Image 组件`,配合 Flex 布局,基本可以实现你的大部分需求。阅读一下这篇文章:[Background Images in React Native](https://thekevinscott.com/background-images-in-react-native/),有助于你理解。

### 页面怎样设置高度 100%
RN 端页面默认 `disableScroll``true`,要想设置高度 100% ,得先在页面配置:`disableScroll :false`

### 可以使用微信/支付宝支付吗?
由于 Expo 不支持原生的 SDK,所以无法通过集成原生的 SDK 的方式使用微信/支付宝支付。不过 RN 端提供了 `Taro.openUrl({url:''})`的 API 打开手机浏览器,然后走 [手机网站支付](https://docs.open.alipay.com/203/105288/) 的流程。


### 其他注意事项
1. **运行时** 报缺少包,需要要在 `.rn_temp` 目录里面安装。
Expand Down

0 comments on commit ced2dcf

Please sign in to comment.