在UIManager中未发现违反常例的行为:requireNativeComponent:“ RangeSlider”
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在UIManager中未发现违反常例的行为:requireNativeComponent:“ RangeSlider”相关的知识,希望对你有一定的参考价值。
我正在尝试使用此软件包创建范围滑块:https://www.npmjs.com/package/react-native-range-slider
import React from 'react';
import { Platform, StyleSheet, Text, View, Image, Switch, Button } from "react-native";
import { createAppContainer } from 'react-navigation';
import DatePicker from 'react-native-datepicker';
import RangeSlider from 'react-native-range-slider';
<View style={{flex: 1, flexDirection: 'row'}}>
<RangeSlider
minValue={0}
maxValue={100}
tintColor={'#da0f22'}
handleBorderWidth={1}
handleBorderColor="#454d55"
selectedMinimum={20}
selectedMaximum={40}
style={{ flex: 1, height: 70, padding: 10, backgroundColor: '#ddd' }}
onChange={ (data)=>{ console.log(data);} }
/>
</View>
但是继续遇到错误:永久违规:requireNativeComponent:在UIManager中找不到“ RangeSlider”。
我能够成功安装该软件包并运行react-native链接react-native-range-slider也可以链接库,但仍然出现错误。
我正在跑步:react-native-cli:2.0.1和反应本机:0.59.8
有人可以帮我解决此问题吗?
答案
以上是关于在UIManager中未发现违反常例的行为:requireNativeComponent:“ RangeSlider”的主要内容,如果未能解决你的问题,请参考以下文章
奥地利 DPA 发现在欧盟境外使用 Google Analytics构成违反 GDPR 的行为
奥地利 DPA 发现在欧盟境外使用 Google Analytics构成违反 GDPR 的行为
req.user 在 axios POST 请求中未定义,但 GET 工作正常