1 Star 1 Fork 0

NativeBase/TimeDate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
NativeBase 提交于 2024-09-17 20:06 . ✨ feat: 版本0.74.5
/**
* @format
*/
import { AppRegistry, Platform, UIManager } from 'react-native'
import './src/config/base'
import App from './src/App'
import { name as appName } from './app.json'
// 用于启用Android平台上的布局动画
if (Platform.OS === 'android') {
if (UIManager.setLayoutAnimationEnabledExperimental) {
UIManager.setLayoutAnimationEnabledExperimental(true)
}
}
AppRegistry.registerComponent(appName, () => App)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/NativeBase/time-date.git
git@gitee.com:NativeBase/time-date.git
NativeBase
time-date
TimeDate
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385