We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMapSdk.init( Platform.select({ android: "c52c7169e6df23490e3114330098aaac", ios: "186d3464209b74effa4d8391f441f14d", }) ); 如果在使用地图当前的组件useEffect里来初始化key,第一次打开地图时会白屏,这是由于key的设置异步导致的吗? 除了提前init Key之外,能优化一个AMapSdk.init的回调就更好啦
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AMapSdk.init(
Platform.select({
android: "c52c7169e6df23490e3114330098aaac",
ios: "186d3464209b74effa4d8391f441f14d",
})
);
如果在使用地图当前的组件useEffect里来初始化key,第一次打开地图时会白屏,这是由于key的设置异步导致的吗?
除了提前init Key之外,能优化一个AMapSdk.init的回调就更好啦
The text was updated successfully, but these errors were encountered: