Steffi

Results 9 comments of Steffi

@DiederikvandenB said that maybe it is not possible to use this plugin with `react-native run-ios` https://github.com/tleunen/babel-plugin-module-resolver/issues/29#issuecomment-357932877

Same problem here : > Running App from XCode didn't work anymore. All paths which bable resolver plugin use are broken. > Running App from CLI with react-native start ios...

Fixed by @MatthieuLemoine : https://github.com/facebook/react-native/pull/24070/commits/423fee620ab5e6e5fa8a31a8efcb13bce68c3314

@Haroenv Hello ! okay, thanks for your solutions. So what can I do if I want to find the 10 most used tags?

I mean something like this : I have an index named "Items" like in Algolia. ```item 1 { tags: ["X", "Y"] }``` ```item 2 { tags: ["Y"] }``` ```item 3...

> I suspect that some people get that warning after using the suggested fix here [#1449 (comment)](https://github.com/ivpusic/react-native-image-crop-picker/issues/1449#issuecomment-724638956), not sure if it affects everyone though? Yes, indeed. (for me)