Results 8 comments of lintonye

https://learnreact.design Using `useSpring` for the cover zooming effect.

linker的项目文件夹位置弄错了,在settings.gradle里改成如下就应该可以编译: ``` project(':react-native-baidumap').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-baidumap/android/react-native-baidumap') ```

Update: I actually got it working: 1. copy two files `vocab.bpe` and `encoder.json` from `node_modules/gpt3-encoder` to `out` 2. add `node-fetch` to deps and follow [these instructions](https://github.com/node-fetch/node-fetch#providing-global-access)

Thanks @nfcampos. Yup after updating to the latest, that error went away. However, I got a similar issue when trying to use `HNSWLib`. The error is "Please install hnswlib-node as...

Update: 0.0.26 added some new deps which cause issue as well.

@nfcampos A whole bunch of errors after installing 0.0.33 ``` ✘ [ERROR] No matching export in "node_modules/langchain/dist/cache.js" for import "getKey" node_modules/langchain/dist/llms/base.js:3:9: 3 │ import { getKey, InMemoryCache } from "../cache.js";...

@springmeyer with this issue not solved, I wonder if the plugin is considered stable?

I wouldn't have the bandwidth to create an RFC in the next few months. However, I want to chime in quickly in case if someone wants to get started soon....