Kuriel
Kuriel
The issue, as reported by other developers and described in the original report, involves a screen flash that occurs only when the SQLiteProvider is used in conjunction with the Tabs...
> in this example, SQLiteProvider + Tabs works well though. in that example, where are the tabs? we already shared 2 minimal repro with tabs, the one you built has...
> UPD: seems like if I move options to a constant outside the component – `const options = { enableChangeListener: true }`, and pass it to `options` props instead of...
I have a question: does the models recognize something like this? `llmInferenceSession.addQueryChunk('System:'+prompt)` `llmInferenceSession.addQueryChunk('Assistant:'+prompt)` And `llmInferenceSession.addQueryChunk('User:'+prompt)` Can we have this workaround while official solution is released?
@erikbwu overflow hidden is the key bro, thanks.
> See [#33985 (comment)](https://github.com/expo/expo/issues/33985#issuecomment-2599458006) for temporary workaround hi, that patch is not working for 4.0.17 expo-router, any update?
> Yeah but I really rather not use patch package. So I created a helper function that removes it from url forcefully > > import { Platform } from 'react-native';...
this still is a problem
Not working on project with: ``` "expo": "~51.0.38", "react": "18.2.0", "react-native": "0.74.5", "react-native-root-toast": "^3.6.0", ``` neither modal or any other place (like rootView).
> > > Same, doesnt work anywhere with latest RN and expo > > > > > > So it's not only me then 😅 Don't know if this project...