JacobDel
JacobDel
The rich editor works flawlessly on android. But is react-native-rich-editor supposed to work on web? If so, has anyone experienced this error? Here is the related stackoverflow issue: https://stackoverflow.com/q/73695675/9611924
Version: "react-native-cn-quill": "0.7.17" Issue: keyboard does not appear with the example code (https://github.com/imnapo/react-native-cn-quill#usage) Solution that works for me: install "react-native-cn-quill": "0.7.16"
In https://github.com/tleunen/babel-plugin-module-resolver/issues/261 it was discussed there could be two paths defined for one alias (if one path fails, there other could be used). Is it possible that this implementation is...
### Description I want to run skia on react native web. I use config-overrides.js to configure skia with webpack. When I run react native web it freezes with the console...
During build the following error would occur: `Attempted import error: 'pick' is not exported from './object-utils' (imported as 'pick').` These chances solve this issue by changing "exports" to "export" and...
Python: 3.9 Works sometimes with flask-cors 4.0.0 Works always with flask-cors 3.0.10 ``` app = Flask(__name__) CORS(app=app, resources={r"*": {"origins": "*"}}) logging.debug('CORS initialised') ```
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request These are my headers (react native web application deployed with cloudfront):...
### Description I can not get it to work in react-native-web. It has something to do with loader issues with the .ts file from react-native-image-picker. I use a lot of...
I'm experiencing many TypeScript errors (I cropped the cmd output). As pointed out in https://github.com/microsoft/TypeScript/issues/40426 , you can not disable type checking on *.ts files from packages in node_modules, only...
Reproduce: 1. cloned repo 2. `yarn install` 3. `yarn dev` error: ``` ano@anos-MacBook-Pro frontpage % yarn dev yarn run v1.22.19 $ next dev ready - started server on 0.0.0.0:3000, url:...