3 Star 0 Fork 0

吴辉 / 懒熊生活用户端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

######iOS版本在build的时候会卡在build double conversion 这里。

cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../ cd node_modules/react-native/third-party/glog-0.3.5/ && ../../scripts/ios-configure-glog.sh

'config.h' file not found

issue https://github.com/facebook/react-native/issues/22521

run cd node_modules/react-native && scripts/ios-install-third-party.sh && cd third-party && cd glog-0.3.4 && ./configure && cd ../../../../

调整react-native-scrollable-tab-view

cd node_modules/react-native-scrollable-tab-view

DefaultTabBar.js文件修改: 注释 styles中tab的paddingBottom: 10 修改 styles中tabs的borderWidth为0 给render方法的根节点View增加样式 this.props.tabStyle render方法中用下面代码替换内容: {/* <Animated.View style={[ tabUnderlineStyle, { transform: [ { translateX }, ] }, this.props.underlineStyle, ]} /> */} <View style={[ tabUnderlineStyle, // { // transform: [ // { translateX }, // ] // }, this.props.underlineStyle, { marginLeft: this.props.activeTab * (containerWidth / numberOfTabs) + (containerWidth / 10 - 20)} ]} />

index.js文件修改: 给render方法新增样式代码: 在 if (this.props.tabBarUnderlineStyle) { tabBarProps.underlineStyle = this.props.tabBarUnderlineStyle; } 代码下新增 if (this.props.tabBarStyle) { tabBarProps.tabStyle = this.props.tabBarStyle }

:反馈弹窗组件需要修改 react-native-root-toast/lib/ToastContainers
引用Platform
第247行
{Platform.OS === "ios" ? (
  <Text
      style={[
          styles.textStyle,
          props.textStyle,
          props.textColor && {
              color: props.textColor
          }
      ]}
  >
      {this.props.children}
  </Text>

) : ( {this.props.children} )}

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/huizai/LazyBearLifeView.git
git@gitee.com:huizai/LazyBearLifeView.git
huizai
LazyBearLifeView
懒熊生活用户端
master

搜索帮助