fenglu09
fenglu09
在Modal组件的页面上,显示Toast的时候,被Modal遮挡
我的博客是通过markdown文件,然后生成的html。 按照`readme` 安装了插件,不起作用。 设置如下: ``` highlight: enable: false line_number: true auto_detect: false tab_replace: prism_plugin: mode: 'preprocess' # realtime/preprocess theme: 'okaidia' line_number: false # default false ```
My Application is `PORTRAIT`, but some pages need a lanscape screen。 I call `Orientation.lockToLandscape();` in `componentWillMount` method and call `lockToPortrait` in `componentWillUnmount`. And it woks fine。 But if I go...