diff --git a/example/Example.js b/example/Example.js index c349e93..2b38f28 100644 --- a/example/Example.js +++ b/example/Example.js @@ -46,6 +46,11 @@ export default class App extends React.Component { return ( + ); } @@ -57,3 +62,24 @@ const styles = StyleSheet.create({ backgroundColor: '#fff', }, }); + +const htmlStyle = StyleSheet.create({ + b: { + color:'#777893', + fontSize: 13, + lineHeight:16, + fontFamily:'PingFangSC-Light', + }, + p: { + color: '#777893', + fontSize: 13, + lineHeight:16, + fontFamily:'PingFangSC-Light', + }, + li: { + color: '#777893', + fontSize: 13, + lineHeight:16, + fontFamily:'PingFangSC-Light', + }, +});