LIN Chen

Results 164 comments of LIN Chen

@MatthieuLemoine I also have this problem when I use 'react-native run-android' in the cmd window. But, it works ok when I debug in the VSCode with its React Native tools...

@tsurumure You should define a 'root' like: ``` [ "module-resolver", { "cwd": "babelrc", "root": ["./src"], "extensions": [".js", ".ios.js", ".android.js"] } ], ``` otherwise the './' in your alias will refer...

It's just a typescript configration suggestion. You can do whatever if the ts compiler does't complain.

Maybe `yarn cache clean` or `yarn --force` or switch to npm will work.

What is your CryptoJS version? There are some changes about cryption params between 3.XX to 4.XX of CryptoJS, like: https://github.com/brix/crypto-js/pull/211 CryptoES refers to newest version of CryptoJS, and merged those...

Since based on webview, this library has some inextirpable unstability and performance issues. We recommand the Flutter charting library [Graphic](https://github.com/entronad/graphic) as alternative.

Since based on webview, this library has some inextirpable unstability and performance issues. We recommand the Flutter charting library [Graphic](https://github.com/entronad/graphic) as alternative.

Since based on webview, this library has some inextirpable unstability and performance issues. We recommand the Flutter charting library [Graphic](https://github.com/entronad/graphic) as alternative.