balance.toLocalString,但是安卓不行我添加了一个View作为Webview的容器,然后添加corderRadius但没有工作
<View
flex={1}
borderTopLeftRadius={12}
borderTopRightRadius={12}
>
<WebView
style={{ flex: 1 }}
/>
</View>
Run Code Online (Sandbox Code Playgroud) react-native ×2