Muhamed Sufail

Results 5 comments of Muhamed Sufail

@MLH-AIDS Yes, it is non-linear. But is there a way to fix it? That's my question, thank you for your response

@shmishra99 Adding `tf.env().set('WEBGL_PACK_DEPTHWISECONV', false);` doesn't fix my issue

@Alexadru Any updates? i'm facing a similar issue

@Alexadru I was able to successfully build on iOS. I believe the issue is caused by `use_frameworks` due to `@react-native-firebase/app`.

I managed to fix it. `plugin 'cocoapods-user-defined-build-types'` and ``` pod 'Firebase', :build_type => :static_framework pod 'FirebaseCoreInternal', :build_type => :static_framework pod 'FirebaseAuth', :build_type => :static_framework pod 'FirebaseFirestore', :build_type => :static_framework pod...