Cumhur Güner
Cumhur Güner
``` const isAuth = jwt({ secret: config.jwtSecret, // The _secret_ to sign the JWTs algorithms: ['HS256'], // JWT Algorithm userProperty: 'token', // Use req.token to store the JWT getToken: getTokenFromHeader,...
> Hi, I have not needed any sort of remote handling and wondering if I am missing something. Can you give an example use case or few of using background...
I can verify that there is no workaround for this use case and it makes whole usage of UI Kitten a bit obselete. I can't make paddings, margins, radius sizes...
> > I can't make paddings, margins, radius sizes etc. responsive with using eva metro config > > But you can use another library for that 😄 > > I...
This requires to apply "restyle" to all components (Input,Text,Button,Select etc.) and it defeats the purpose of using an UI Kit. But thank you for the suggestion and i will definitely...
Hello, currenty I am facing the same issue. The error appears when uploading large files like 100mb. Used uri -> `"uri": "file:///storage/emulated/0/DCIM/Camera/20211010_150029.mp4"` adb logcat indicates OOM error as I have...
@voxspox please double check your manual linking for iOS at AppDelegate.m, I was having the same problem and it was because those lines were missing... and be sure that you...
@luigbren You need to wrap this Upload function with a promise, so you can "await" the result of the current upload Check https://www.digitalocean.com/community/tutorials/js-async-functions I explain what I did. Created a...
Edit **node_modules/react-native-background-upload/android/build.gradle b/node_modules/react-native-background-upload/android/build.gradle** ``` - implementation 'net.gotev:uploadservice-okhttp:4.6.0' + implementation 'net.gotev:uploadservice-okhttp:4.7.0' ``` Then apply the patch via **npx patch-package react-native-background-upload** More info at https://github.com/ds300/patch-package#readme
If it has native module in it, you need to upload a new version to store, if not the codepush should also send the updated package. You can try it,...