Thank you! Unfortunately I don't think that works with react native, but found a solution here: https://hackmd.io/@byc70E6fQy67hPMN0WM9_A/rJilnJxE8#7-Navigation
What major mode in Emacs are you guys using when writing Selmer templates? The formatting gets all screwed up for me in web-mode:
#+begin_src html
{% extends "base.html" %} {% block content %}
<div class="content" >
<div class="columns is-centered" >
<div class="column is-two-thirds" >
<!--Content -->
</div>
< /div>
< /div>
{% endblock %}
#+end_src