Chirag Jain
Chirag Jain
Are you running this on simulator? you need to run this on a real device.
while you think about it, it's worth thinking about how we can avoid that extra re-render those who don't care about isFocused. we discussed about pull model instead of push...
or just let the user do `createFocusableComponent` instead of having that as default. idk https://github.com/exponentjs/ex-navigation/blob/79a7a5b87007bffe35b0947ac23996b20be9d6e1/src/ExNavigationComponents.js#L145
i can imagine having to do `createFocusableComponent` in every screen component will be PITA. maybe have some prop on `` that enable/disables the default behavior.
+1. using `_close` for now.
@molnarg i added target _blank by editing the DOM directly. window.opener is still null. Are browsers handling this properly now already?
check: https://github.com/chirag04/mail-listener2
@kylemac Thanks for reporting. You need to set parse to false on line 85 in dist/mail-listener.js. @podviaznikov : strange. Need to look again into this.