ryankim

Results 2 issues of ryankim

I already mentioned adn discussed on #3 . I think it's not fixed yet. building on simulator was ok with the previous version 2.8.7 but ios build against physical devices...

when I make a call, it is possible to pass extra headers ``` let options = { headers: { "P-Assserted-Identity": "Header example", "X-UA": "React native" } } let call =...