手机打开白屏 #215
Unanswered
nishibaiyang
asked this question in
Q&A
手机打开白屏
#215
Replies: 1 comment 1 reply
-
格式有点乱,能把错误日志和实现的代码分开写吗? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
写了一个简单的demo,生成kraken js文件在安卓手机上打开白屏
import { createElement } from 'rax';
import Text from 'rax-text';
import View from 'rax-view';
import styles from './index.module.css';
import Image from 'rax-image';
function Course() {
return (
热搜榜
一网打尽
最近更新
<Image
className={styles.bannerImage}
alt="bannerImage"
source={{uri: 'https://gw.alicdn.com/tfs/TB1bBD0zCzqK1RjSZFpXXakSXXa-68-67.png'}}
/>
<View style={{ width: '100%', height: '100px', overflow: 'scroll' }}>
The overflow property specifies whether to clip content or to add scrollbars
when an element's content is too big to fit in a specified area.
The overflow property specifies whether to clip content or to add scrollbars
when an element's content is too big to fit in a specified area.
The overflow property specifies whether to clip content or to add scrollbars
when an element's content is too big to fit in a specified area.
The overflow property specifies whether to clip content or to add scrollbars
when an element's content is too big to fit in a specified area.
The overflow property specifies whether to clip content or to add scrollbars
when an element's content is too big to fit in a specified area.
);
}
export default Course;
Beta Was this translation helpful? Give feedback.
All reactions