JRichardsz

Results 51 comments of JRichardsz

same problem for me! At least php required version is known?

Please could you add the php version? Thanks :)

Currently under node 14, there are 05 high vulnerabilities: | High | Arbitrary File Creation/Overwrite on Windows via | |-------|--------| | Package | tar | | Dependency of | bcrypt...

I have other errors: ``` /tmp/delivery-app-mobile/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEvent.java:3: error: package androidx.core.util does not exist import androidx.core.util.Pools; ^ /tmp/delivery-app-mobile/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerEvent.java:11: error: cannot find symbol import androidx.annotation.Nullable; ``` I try to fix it

I reviewed these links - https://stackoverflow.com/questions/32634352/react-native-android-build-failed-sdk-location-not-found - https://stackoverflow.com/questions/56069906/cant-resolve-symbol-android-support-v4-util-pools-in-react-native-gesture-handl/56956104 - https://github.com/software-mansion/react-native-gesture-handler/issues/761 And only this work for me: add this on ./android/gradde.properties ``` android.useAndroidX=true android.enableJetifier=true ``` I have another errors but I...

I fix this a another related error with: ``` npm i @react-native-community/toolbar-android --save npm i react-native-screens --save ``` I will perform a PR, I hope you can review it!

I don't know if this order is correct, but worked for me: - run: `keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity...

Hi. I have the same problem. My workaround was use **CopyWebpackPlugin** and register the folder with my html files: **package.json** ``` "scripts": { "start": "webpack --watch" } ``` **webpack.config.js** ```...

If xmysql explode my mind, xgenecloud what will it do to me? Also your documentation is awesome: https://docs.xgenecloud.com/en/v0.5/getting-started/install/#install-cli What tool did you use? I can contribute with Spanish translation :)