Helielson

Results 9 comments of Helielson

@t4t5 can you merge it? The component works properly for me with the 0.7.1 RN version

I thought about make the same thing using the `user-agent` lib. It's really an interesting idea. What about the PR @wodow? Are you still think to integrate it? Let me...

@serpulga I had the same problem with my tests. In order to fix it I had overwritten the `get_context_variable` method for getting the correct template given a template name. ```...

Hey @jarus. I've changed the code above, but seems that the `get_context_variable` method always returns the context variable of the last `render` call. [This change](https://github.com/jarus/flask-testing/blob/master/flask_testing/utils.py#L112-L113) was done in [this commit](https://github.com/jarus/flask-testing/commit/20b10d6d5eef2484f9001406186bfbb88fef496c#diff-171a436f5b46787445201095ddb2db3fR110)...

@oblador do you have any plans to merge it? Let me know if you need any help :)

I lost a couple of hours trying to figure out why it wasn't working with jsx files. Good job! I'll wait the merging.