1.0.6 • Published 2 years ago

zhoujin-react-native v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

React Native 通用组件

使用注意事项:

在App入口中加入以下代码: import {RootView} from 'zhoujin-react-native'; ...... const {BottomView, MidView, TopView} = RootView; ...... const originRegister = AppRegistry.registerComponent;

AppRegistry.registerComponent = (appKey, component) => { return originRegister(appKey, () => { const OriginAppComponent = component(); return class extends Component { render() { return ( <View style={{flex: 1, position: 'relative'}}> ); } }; }); };

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago