Open rodrigodiasf1984 opened 1 month ago
I am also facing the same issue
I am also facing the same issue
i've downgraded the version to "react-native-google-places-autocomplete": "2.5.6", without ^ , remove the node_modules, yarn.lock and yarn install and pod install, i've tested in ios and android, this works! Hope the problem will be solved in the next version.
Same, had to downgrade to 2.5.6
I am also facing the same issue
i've downgraded the version to "react-native-google-places-autocomplete": "2.5.6", without ^ , remove the node_modules, yarn.lock and yarn install and pod install, i've tested in ios and android, this works! Hope the problem will be solved in the next version.
Thanks, It is working without ^ .
For others who come here, you don't need to downgrade (at least I didn't). I'm on expo 50.0.17 and got around this by installing react-native-get-random-values
and simply doing import 'react-native-get-random-values'
in my root layout file.
For others who come here, you don't need to downgrade (at least I didn't). I'm on expo 50.0.17 and got around this by installing
react-native-get-random-values
and simply doingimport 'react-native-get-random-values'
in my root layout file.
Thanks, it's worked for me.
For others who come here, you don't need to downgrade (at least I didn't). I'm on expo 50.0.17 and got around this by installing
react-native-get-random-values
and simply doingimport 'react-native-get-random-values'
in my root layout file.
This didn't work for me BUT I'm not in expo
I am also facing the same issue
i've downgraded the version to "react-native-google-places-autocomplete": "2.5.6", without ^ , remove the node_modules, yarn.lock and yarn install and pod install, i've tested in ios and android, this works! Hope the problem will be solved in the next version.
Thanks, It is working without ^ .
working for react native 73.9
For others who come here, you don't need to downgrade (at least I didn't). I'm on expo 50.0.17 and got around this by installing
react-native-get-random-values
and simply doingimport 'react-native-get-random-values'
in my root layout file.
Thanks, this works. Note that this will require you to rebuild the app and submit a new version to the app stores, if you just want to push updates out over the air (such as expo-updates) then the only option is to downgrade to v2.5.6 as mentioned above.
+1
Its using uuid dependency. Remove uuid and use Math.random().
对于其他来这里的人,您无需降级(至少我没有)。我在 expo 50.0.17 上,通过安装
react-native-get-random-values
并简单地import 'react-native-get-random-values'
在我的根布局文件中执行操作解决了这个问题。
thanks,This is effective for me
I am also facing the same issue
i've downgraded the version to "react-native-google-places-autocomplete": "2.5.6", without ^ , remove the node_modules, yarn.lock and yarn install and pod install, i've tested in ios and android, this works! Hope the problem will be solved in the next version.
Thanks, it's worked for me. expo 51.0.6 react native 0.75.2
solve this issue. I’m using react native. you just sample install this package if you using yarn then yarn add react-native-get-random-values OR npm install react-native-get-random-values. only import import 'react-native-get-random-values' in your route files likes, i import index.js and app.js
solve this issue. I’m using react native. you just sample install this package if you using yarn then yarn add react-native-get-random-values OR npm install react-native-get-random-values. only import import 'react-native-get-random-values' in your route files likes, i import index.js and app.js
I should just add that since this is a mobile bundle, there's no code splitting and you shouldn't import multiple times. I doubt it hurts anything but just import once somewhere toward the top of your component tree and you'll be good to go.
++
Additional context
Library Version: [^2.5.6] and ^2.5.7
React Native Version: [0.74.3]
[x ] iOS
[x] Android
[ ] Web
If you are using expo please indicate here:
any help?