Abayomi Amusa

Results 11 comments of Abayomi Amusa

I had this issue, I have fixed it the error is because `react-native-emoji-board` uses `react-native-scrollable-tab-view` which uses `@react-native-community/viewpager` and which is deprecated so I cloned `react-native-scrollable-tab-view` repo and changed it...

I fixed the issue by deleting `node_modules` and reinstalling using `yarn`

I fixed my issue by following what @xupea suggested I have to check some libraries I know they might be native and I discovered most of them are native module...

Thanks for your response, I think I am going to be building it on Mac now, I’ve moved the project from Windows to Mac On Tue, 30 May 2023 at...

@kaisalmen thank you for your response, I have created a repo and pushed the codebase to it This is the link: https://github.com/paulosabayomi/monaco-lc-bug-reproduce 2 major files are the `Editor.tsx` and `index.ts`...

Hi @kaisalmen , thank you for your response, okay I will apply your suggestions and I will also try to change to Vite

Hi @kaisalmen , I decided to use `vscode-ws-jsonrpc` directly without the `MonacoLanguageClient` `monaco-languageclient` to connect to Pyright language server - which I am running from the cloned [monaco-languageclient's Python example...

Hi @kaisalmen , thank you for your response, I have decided to create a new ElectronForge project from ground up using vite this time, and I followed the [Getting started...

Hi @kaisalmen , I finally resolved it, the main issue is actually the compatibility, I downgraded all the monaco and vscode related libraries to `16.1.1` and it worked and I...