Truong Luu

Results 11 comments of Truong Luu

In CentOS you can following this guide to install the latest version ```bash yum copr enable dsommers/openvpn-release yum install openvpn ``` https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos

Maybe you want to try: https://github.com/wonday/react-native-pdf/pull/667

@dpgaspar You're right with conflict with column named `json_hidden_fields` but we can change this field to another `__json_hidden_fields__` (as example). > Also to_json is a utility currently used on FAB's...

There is new PR for this issue https://github.com/DylanVann/react-native-fast-image/pull/933 I've tried with that PR it does not work.

I have same issues with react-native project. Downgrade to 0.27.2 and fine. Hope this issue will be resolve soon.

You should re-register collection view cell to resolved the problem :)

I have same issues. ```json { "extends": "@react-native/typescript-config/tsconfig.json", "compilerOptions": { "baseUrl": "./src/", "paths": { "app-assets/*": ["assets/*"], "app-components/*": ["components/*"], "app-core/*": ["core/*"], "app-forms/*": ["forms/*"], "app-screens/*": ["screens/*"], "app-*": ["*"] } } } ```...

Still same in RN 0.73.6 @Crare . What is your config?

> https://classic.yarnpkg.com/lang/en/docs/workspaces/ It works now but it need run `yarn` command after we set workspaces.

I have same issues. ``` "react": "18.1.0", "react-native": "0.70.6", ``` ``` System: OS: macOS 12.5.1 CPU: (10) arm64 Apple M1 Pro Memory: 1.01 GB / 16.00 GB Shell: 5.8.1 -...