reactivemaps-native not working with expo v44.0.0
#1993
kashaudhan
started this conversation in
General
Replies: 1 comment
-
|
@kashaudhan If you don't need maps, we also maintain React Native Searchbox for building search UIs using React Native. You can use the SearchComponent to add your own map UI if you're continuing with React Native. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm working on a app which would get the user's locations & show the nearby restaurants or search particular restaurant & show it on the map.
I'm using
react-native,expo&reactivesearch-native&reactivemaps-nativeto connect the elastic search api to achieve the same.But I'm getting the following error while using the
ReactiveMapcomponent ofreactivemaps-native:Here is the list of dependencies with version:
"expo": "~44.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"@appbaseio/reactivemaps-native": "^0.2.0",
"@appbaseio/reactivesearch-native": "^0.12.0",
I am not able to figure out how to fix the issue. Could you please help me out.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions