appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.9k stars 466 forks source link

Unable to resolve data for blob: (null) #1201

Closed FuriioS closed 4 years ago

FuriioS commented 4 years ago

Affected Projects React Native

Library Version: x.y.z "@appbaseio/reactivesearch-native": "^0.12.0"

Describe the bug An error message showing the following: Unable to resolve data for blob: (null)

To Reproduce Create an empty screen and add to the render , and .

When the UI render the , app crashes showing the following error. Unable to resolve data for blob: (null)

If I remove , when I write something on the searchbox, the same error ocurred.

Expected behavior Render elements matching with the searched query

Smartphone (please complete the following information):

Additional context "native-base": "^2.13.8", "react": "16.8.6", "react-native": "0.60.5",

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

davidmrp commented 3 years ago

Same issue here!

siddharthlatest commented 3 years ago

@davidmrp We don't recommend using ReactiveSearch native, instead use Searchbox for React Native: https://docs.appbase.io/docs/reactivesearch/react-native-searchbox/quickstart/

manuelabarca commented 3 years ago

@davidmrp We don't recommend using ReactiveSearch native, instead use Searchbox for React Native: https://docs.appbase.io/docs/reactivesearch/react-native-searchbox/quickstart/

But this library only work with appbase.io elastics, we need to use elastic cloud clusters :/

siddharthlatest commented 3 years ago

@manuelabarca You can use Searchbox React Native with any upstream Elasticsearch cluster. It requires installing appbase.io (or our open-source https://github.com/appbaseio/reactivesearch-api service) to interface with the upstream Elasticsearch.