您好,我正在使用react-native为我的应用程序创建用户界面。我正在使用 Genymotion 在虚拟 Android 上测试我的代码。我想在我的网络地图应用程序中使用Openlayers javascript 库。我按照以下步骤操作:
npm install openlayers
- 我添加
import ol from 'openlayers';
到“index.android.js”然后当我用 Genymotion 测试我的代码时我得到一个错误。我用过import {ol} from 'openlayers'
; instedimport ol from 'openlayers';
但它不起作用。