From c704546767fe61f165b066a65712a5d664d02112 Mon Sep 17 00:00:00 2001 From: Beth <736952542@qq.com> Date: Wed, 5 Jun 2019 11:06:36 +0800 Subject: [PATCH] [Beth] modify || add new example --- example/Example.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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', + }, +});