Amin Hassani

Results 6 comments of Amin Hassani

> I believe I copied this from wikipedia and asked someone that speaks Farsi but this obviously was not correct despite this... Thanks for approving this. Yeah, there is an...

I have the same issue. Although only on a release android build on actual phone. Android emulator works fine. Here is an example app that reproduces the issue. https://github.com/gigilibala/testscreenbug Please,...

Same here. Issue with with RN 0.76.1 and Xcode ``` ** BUILD FAILED ** The following build commands failed: CompileC /Users/amin/Library/Developer/Xcode/DerivedData/myapp-ehkjrileckhvxbafzuvenijgdutp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-keep-awake.build/Objects-normal/arm64/ReactNativeKCKeepAwake.o /Users/amin/Projects/myapp/app/node_modules/@sayem314/react-native-keep-awake/ios/ReactNativeKCKeepAwake.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-keep-awake' from...

Hmmm. You might be right. I can see this function on the [node API](https://firebase.google.com/docs/reference/node/firebase.firestore.FieldPath) and [namespaced API](https://firebase.google.com/docs/reference/js/v8/firebase.firestore.FieldPath) for sure but not the modular API. Not sure if they never included...

If you really need this (at least until upstream adds this), you can use `'__name__'` string instead of `FieldPath.documentId()` when building the query. ugly and dangerous but it works. That's...

I've got the exact same issue. any solutions? I'm experiencing this on: - react-native 0.81.4 - vision-camera 4.7.2 - ios only - real device - xcode 26 It works fine...