reactivemaps-native not working with expo
v44.0.0
#1991
Unanswered
kashaudhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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-native
to connect the elastic search api to achieve the same.But I'm getting the following error while using the
ReactiveMap
component 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