react-native-loader集成问题记录

Android iOS通用的;一个可用于做loading动画的组件:https://github.com/mohebifar/react-native-loader感觉动画效果还可以,就拿来用了。但是在新版RN上有些问题,需要修改。在此记录下基于RN-0.62.2 React-16.11.0,存在以下问题查看https://github.com/react-native-community/art下的说明:Migrating from the core react-native module
摘要由CSDN通过智能技术生成

Android iOS通用的;一个可用于做loading动画的组件:https://github.com/mohebifar/react-native-loader

感觉动画效果还可以,就拿来用了。
但是在新版RN上有些问题,需要修改。
在此记录下

基于RN-0.62.2 React-16.11.0,存在以下问题
在这里插入图片描述

查看https://github.com/react-native-community/art下的说明:

Migrating from the core react-native module

To migrate to this module you need to follow all the installation instructions above and change your imports from:

import {ART} from 'react-native';
const {Surface, Shape} = ART;

to:

import {Surface, Shape} from '@react-native-community/art';

因此需要安装@react-native-community/art,并修改ART模块下的数据导入方式

npm install @react-native-community/art --save
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值