Simon J S Liu
Simon J S Liu
As #17 request, I create this pull request. Please review, thanks~
What this error means? I just copy the example config code and test it in re-natal project. But I got this error: ``` Assert failed: Invalid tconfig key: :dictionary (not...
Sames not work good with included like: traits: !include xxx/xxxx.yaml
从 antdsite 过来,很迷惑,建议把 antdsite 那边废弃 @deprecated 了。 安装了 rcpress 后,按"Get Started" 执行了一番,访问 localhost:3000,看到如下错误: ```sh FAIL TypeError: Cannot read property 'path' of undefined at /home/aaaa/node14/lib/node_modules/@rcpress/cli/node_modules/@rcpress/core/.temp/server/server-bundle.js:2277:14 ```
报错如下: ``` Cannot evaluate module react-native-baidumap : Configuration with name 'default' not found. ``` 基本都按说明一步步执行了,不知道是什么原因~
地图出来了,覆盖的线也出来了,但好像这个strokeColor和fillColor不起作用,不能调整颜色。 另外lineWidth好像也不起作用。
详情见:[#24](https://github.com/yiyangest/react-native-baidumap/issues/24) 解决了 `Seems you're trying to access 'ReactNative.createClass' from the 'react-native' package.` 的问题。
看到一个提示: ``` Seems you're trying to access 'ReactNative.createClass' from the 'react-native' package. Perhaps you meant to access 'React.createClass' from the 'react' package instead? For example, instead of: import React, {...
Follow all the step and tried, got this error: ``` Module AppRegistry is not a registered callable module. MessageQueue.__callFunction index.android.bundle?platform=android&dev=true&hot=false&minify=false:3641:1 index.android.bundle?platform=android&dev=true&hot=false&minify=false:3537:8 guard index.android.bundle?platform=android&dev=true&hot=false&minify=false:3483:1 MessageQueue.callFunctionReturnFlushedQueue index.android.bundle?platform=android&dev=true&hot=false&minify=false:3536:1 onmessage debuggerWorker.js:39:56 ```
For one page application, the url "#" part means different route, so use this pagination will take to home page after run callback. So it should add this code: `event.preventDefault();...