Hadi Kurniawan AR
Hadi Kurniawan AR
TS failed app build: An export assignment cannot be used in a module with other exported elements."
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
### Question this particular task is making my build time so long and uses enormous data to download: ```bash > Task :react-native-vision-camera:downloadGlog Download https://github.com/google/glog/archive/v0.3.5.tar.gz 90% EXECUTING [1m 29s] > IDLE...
### What i use ``` "react-native": "0.60.5", "react-native-app-intro-slider": "^3.0.0" ``` ### My issue my App Intro Slider can move to the correct slide when goToSlide called but the modal keep...
this will let the slide have width and height so the content wont break at first. later the correct width and height will be set by the `onLayout` call. related...
**Describe the Bug** I cannot run `detox recorder --configuration debug:ios --outputTestFile "~/Desktop/RecordedTest.js" --testName "My Recorded Test" --record` as it shows error: `Key “device” either not found or in unsupported format...
Hello! this repo is very interesting on creating tsconfig, but is there any tutorial on using this? or maybe @benawad has some tutorial in his youtube channel that i can...
I am accessing web using react-native-webview, and i need to sync cookies inside that webview with my native view. Native to webview is no problem, i can set cookie inside...