0.0.8 • Published 6 months ago

react-native-cf-amap v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

react-native-cf-amap

Getting started

$ yarn add react-native-cf-amap

注意事项

  1. 只支持Hook模式

Usage

//ios需要初始化
import {initAMapSearch} from "react-native-cf-amap";
Constants.isIos && initAMapSearch();
import {poiSearchKeyWord, useAMapPoiSearchEmitter} from 'react-native-cf-amap';
const poiSearch = useAMapPoiSearchEmitter();
console.log("poiSearch::",poiSearch);
useEffect(() => {
    // initAMapSearch()
    poiSearchKeyWord({keyWord: '北京', city: ''});
}, []);
0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago