
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
reactNative 获取经纬度踩坑navigator.geolocation.getCurrentPosition() 百度地图定位不准的问题最近在做rn的项目要获取经纬度,用到了navigator.geolocation.getCurrentPosition()方法,默认获取的是百度地图坐标系**(经纬度属于WGS84坐标,需要做转换)**,但是后端之前录入的数据是通过高德录入,此时会存..
解决ReactNative使用webView存在缓存问题
最近在使用ListView 做一个列表全选单选功能其中发现选中列表下改元素但是state没有发生改变,此时发现是组件没有重新渲染 解决方案如下:import React, { Component } from 'react';import {StyleSheet,View,TouchableOpacity,Dimensions,ListView,Text,Image...
最近在rn项目中做了一个图片轮播的功能,ios展示正常,在Android机型上不显示,解决如下:import React from 'react';import { Text, View, Dimensions, Platform, ScrollView, Image } from 'react-native';import Swiper from 'react-native-swiper'...
基于rn版本0.51.1 react版本16使用组件ARTimport React from 'react';import { Dimensions,ART } from 'react-native';const width = Dimensions.get('window').width;const path = ART.Path();path.moveTo(1, 1);path.lineTo(







