AliRezaBeigy

Results 14 comments of AliRezaBeigy

New metro.config.js to support metro-config v0.66.2 ```js const path = require('path'); const exclusionList = require('metro-config/src/defaults/exclusionList'); const escape = require('escape-string-regexp'); const pak = require('../package.json'); const root = path.resolve(__dirname, '..'); const modules...

sorry @charkcl, this weekend I have a tough and big exam, I will try to complete this pull request soon

@thymikee could you please take a look at this pr?

@thymikee sorry for linter, this time I fix linter this line by running following command ``` > npm run linter --fix ```

@thymikee Is it possible that this request will be merged?

Related issue: https://github.com/callstack/react-native-pager-view/issues/382

I faced this issue too, when i config proxy app doesn't work anymore exception: ``` File "\lib\site-packages\pyrogram\methods\utilities\start.py", line 58, in start is_authorized = await self.connect() File "\lib\site-packages\pyrogram\methods\auth\connect.py", line 40, in...

i found this related issue on iOS too while the multiline props is true https://github.com/facebook/react-native/assets/46004092/b238beab-e7dd-4655-8c55-7bd047014baf https://github.com/facebook/react-native/assets/46004092/6205ee8b-afae-4973-be05-d9314c25031a

> u can use this package @rollup/plugin-eslint it seems this package is not Vite plugin, it's Rollup plugin

I’ve been experimenting with CoACD and wanted to share some insights on tuning parameters for better performance based on my tests: - **threshold**: This drives the trade-off between detail and...