Musab Bin Gulfam
Musab Bin Gulfam
Upgraded to version `3.5.0` but error still persists...
@AlexSmirnov9107 @albert2102 A reproducible example will be appreciated... In my case it's a private project, owner of the project isn't allowing it to be public at the moment.
@WilliamPeralta, a reproducible example will be appreciated...
Facing the same issue, any solution?
> How is "persist" working in react-native? You will have to use `AsyncStorage` from `@react-native-async-storage/async-storage` instead of default storage engine.
Tried on a different iOS device, same issue, `face` property is an empty array. Here is the reproducible code: ``` import React, { useEffect, useRef, useState } from 'react'; import...
Hi @christophemenager, exactly same problem here, the docs do not provide any resource for integration with Expo Modules. I tried with standalone Expo Module, but frame processor won't get registered....
Still encountering an error somewhat similar. I just upgraded from `react-native` version `0.72.7` to version `0.76.0`.  MainActivity.kt ``` package com.cannabis import android.os.Bundle import com.facebook.react.ReactActivity import com.facebook.react.ReactActivityDelegate import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.fabricEnabled...
> Still encountering an error somewhat similar. I just upgraded from `react-native` version `0.72.7` to version `0.76.0`.  > > MainActivity.kt > > ``` > package com.cannabis > import...
Yes, switching to version `0.76.3` resolved the issue yesterday.