RainFalling1
RainFalling1
> 请问解决了吗,我也是`"jcore-react-native": "1.9.2", "jpush-react-native": "2.8.3",` 不知道对应厂商版本号多少 安卓这边问题很多,我是直接当成原生去对接的,具体可以多参考极光推送官网文档,需要交流的话主页有我QQ (´•ω•̥`)
``` import React from 'react' import {View, Text} from 'react-native' import {BarChart, Grid} from 'react-native-svg-charts' class BarChartExample extends React.PureComponent { state = { selectItem: null, }; render() { const data...
i have same issue . "react-native": "0.61.5", "react-native-wheel-picker": "^1.2.0"
@ChinaYangYan have you resolved the issue? I instead it by other package ,try to 'yarn add react-native-wheel-pick';