ThaJay
ThaJay
Indeed it looks like the color is not reset properly. Also the first color is really dark in my color scheme (Solarized Dark). 
for me this object works as mock ``` jest.mock('react-native-fetch-blob', () => { return { fs: { dirs: { DocumentDir: '' }, writeFile: () => Promise.resolve() } } }) ```
Related to this, My screen is pretty narrow (mobile site) and the popover animates up/down movement and opacity. The settings seem to work fine but I would rather animate the...
Hello, thank you for posting this feedback issue. At the moment, it seems like many TypeScript library authors only include definition files and compiled, minimized js files. Are there any...
Getting the following error with version 2.13.3: ``` Error: ENOENT: no such file or directory, lstat '/Users/dev/app/node_modules/react-native-vision-camera/android/build/third-party-ndk/boost_1_63_0 Emitted 'error' event on FSEventsWatcher instance at: at Walker.emit (node:events:526:28) at /Users/dev/app/node_modules/walker/lib/walker.js:52:12 at...
If I rename the first folder `boost` to `boost_1_63_0`, I get the following error: ``` In file included from /Users/dev/app/node_modules/react-native/ReactAndroid/src/main/jni/react/jni/NativeMap.h:11: ../../../../build/third-party-ndk/folly/folly/dynamic.h:63:10: fatal error: 'boost/operators.hpp' file not found #include ^~~~~~~~~~~~~~~~~~~~~ ```
@RafaelA977 Was it too much trouble to copy the text? eachFile { fname -> fname.path = (fname.path - "boost_${BOOST_VERSION}/")} into("$thirdPartyNdkDir/boost") After applying your patch, I get another error: ``` >...
I went ahead and tried older versions. 2.13.1 is the latest version that builds for me. ```"react-native-vision-camera": "2.13.1",```
I don't know why but today I got the error on `2.13.1` but on the latest version (`2.13.5`) it builds production just fine. (I did nuke my node_modules folder and...
For some reason it did not build any more but weirdly enough the latest version (2.13.5) did work this time. This confuses me but I'm glad it works.