react native Text marginRight paddingRight失效
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react native Text marginRight paddingRight失效相关的知识,希望对你有一定的参考价值。
参考技术A
像 margin padding 失效的时候。有两种解决方案
一:
暴力直接指定宽度 width:280(或者 获取当前宽度减去使用宽度)
二:
设置 Text 的 flex 属性为1 flex:1 ,这样能用
亲测这样有效果。 建议第二种方法。
text #Metawear #React-native
cancelButtonHandler = () => {
if (this.user._userHasDeviceMac && this.user.device.connected) {
NativeModules.MetaWearSDK.disconnect(() => {
console.log("disconnected successfully");
});
}
this.props.navigator.push({
screen: ScreenIDs.start,
title: "Start"
});
};
以上是关于react native Text marginRight paddingRight失效的主要内容,如果未能解决你的问题,请参考以下文章
text 提高性能注意React Native
text React Native Clear Cache
text React Native开发命令
text React Native:隐藏状态栏
text 清除React Native Project的缓存
sublime-text3 React-native 插件