milch-shake
Results
4
comments of
milch-shake
> I removed the "react-native-reanimated": "~3.3.0",dependency and it solved my problem. > > observation: the build eas development works without problems with the dependency, however the build eas internal preview(apk)...
> I'm also Facing the same issue is it resolved? @milch-shake yeah, i am just using another method: try { authResponse = await auth().createUserWithEmailAndPassword( [USER E-MAIL], [PASSWORD HASH]); } catch...