240 发简信
IP属地:广东
  • React Native模仿微信悬浮窗口

    微信推出的悬浮窗口挺有意思,尝试用RN来模仿下。 先上效果 通过 react-native-root-siblings 来注册新的窗口实现悬浮。...

    0.2 5765 2 11
  • react-native中Text包含Image大小问题

    react native版本: 0.52, 如果Text中包含Image,在样式中设置的width和height在安卓和苹果是完全不一样的。 可...