Sebastián Balay

Results 13 comments of Sebastián Balay

> Thanks @sbalay ! I don't know if `SVGR` or `react-native-svg` have support for the `testID` property or not. To find that out, you could test using just plain `react-native-svg`...

Currently, there is no support for changing the position of the toast. However, that would be a great feature! I'll try to find some time during the week to work...

If you have already find a way to implement this please send a pull request and we can get that merged asap

Hi @jpca999, could you take a look to the [usage](https://github.com/Wolox/react-native-redux-toast#usage) section of the readme? That's pretty much everything you need

Let's discuss changing the position here #5. About your error, what does the `prioritiesFetch` function do? Can you show me that code?

@jpca999 Can you upload an example project with your code to github? I'll probably will be more helpful taking a closer look the entire code

@DylanVann I think this functionality adds a lot of value to the library and it would be nice if this PR could be merged.

I have been playing a little bit with the repo that @ccfz created. I changed the findBy queries for waitFor + getBy queries, still got warnings. Then, in [this commit](https://github.com/sbalay/without_await/commit/41bea695c333ddb4b01213653e5753a357d96cf4)...

Just bumped into this issue today when trying to run metro manually from JS. As @rockwotj pointed out, seems that metro assumes that it will always be used with a...