Results 61 comments of Danish J.

Does it require upgrading to expo 50? I am using "@react-navigation/drawer": "^6.6.15",

It is throwing so many warnings. We cannot disable eslint because of this.

Is there a way to use it headless?

Also, I'm curious about your performance for eg you are using it with Twitter. Is there a queue concept that combines it with chat-gpt api package?

Downloaded from huggingface. pip install llama-cpp-python[server] export MODEL=./models/7B/ggml-model.bin python3 -m llama_cpp.server The solution is to install pydantic==1.10.7 ? Didn't get a chance. I thought that is what the comment said...

no just left it. Didn't have much time to continue play around.

Having same issue resolved with the solution by [benjaminkomen](https://github.com/benjaminkomen). ``` yarn add --dev babel-plugin-module-resolver //add in babel.config.js in the plugins list [ 'babel-plugin-module-resolver', { alias: { 'react-native-vector-icons': '@expo/vector-icons', }, }]...

getting this error: ```error Error [ReferenceError]: require is not defined in ES module scope, you can use import instead This file is being treated as an ES module because it...