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
Building passed, but running with error "Required dispatch_sync to load constants for RCTAMapLocation. This may lead to deadlocks".
react-native: 0.39.2 react-native-smart-amap-location: 1.1.1 platform: iOS 10.2 on iPhone 5s, Android unknown.
... {( ... AMapLocation.init(null); NativeAppEventEmitter.addListener('amap.location.onLocationResult', result => { console.log(result); }) ... }) .catch(error => logger.error(error)); ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Building passed, but running with error "Required dispatch_sync to load constants for RCTAMapLocation. This may lead to deadlocks".
Env
react-native: 0.39.2
react-native-smart-amap-location: 1.1.1
platform: iOS 10.2 on iPhone 5s, Android unknown.
Code
Screenshots
The text was updated successfully, but these errors were encountered: