react-native-get-random-values icon indicating copy to clipboard operation
react-native-get-random-values copied to clipboard

Autolink (android) not working.

Open mysticek opened this issue 1 year ago • 2 comments

RN 0.72.5

iOS work OK.

On android i got Native module not found (stack getRandomBase64 -> getRandomValues -> rng -> v4 -> GooglePlacesAutocomplete)

When I look to android/settings.gradle I didnt see react-native-get-random-values project. I dont see this package in MainApplication.java as well.

Some advice please?

(tried rm node_modules, npm i, reset cache, clean gradle...)

mysticek avatar Nov 15 '24 15:11 mysticek

I have the same issue...App can't find the native module on expo 52, RN 76.3

leandromerli avatar Nov 28 '24 15:11 leandromerli

With expo 52 newArch is enabled by default. Requires https://github.com/LinusU/react-native-get-random-values/pull/59

pinpong avatar Dec 02 '24 07:12 pinpong

@mysticek Having the same issue. Any solution? @leandromerli

davidwinograd1 avatar Jul 09 '25 15:07 davidwinograd1

Any update on this?

Tejpreet360 avatar Sep 19 '25 04:09 Tejpreet360

Should be solved in 🚢 2.0.0 / 2025-10-22

LinusU avatar Oct 22 '25 19:10 LinusU