White border/line after updating from sdk21 to 22

I updated to sdk22 and i’m also using

"react-navigation": "^1.0.0-beta.16"

After updating the sdk i have a white border at the bottom of the statusbar (or on top of the tab-header of StackNavigator/TabNavigator).
At first I thought it’s because i was using react-navigation beta.13 and updated, but nothing changed.

So i found this on github but using beta.15 as mentioned below by someone did not help.

Help :sweat_smile::sweat:

A new release will be coming today that fixes this. In the meantime, make sure the version installed in node_modules is 1.0.0-beta.15 by removing the caret. `“react-navigation”: “1.0.0-beta.15”.

But if you can stand it for another hour, maybe two, beta.17 should be out and fix this.

i saw your answer but forgot to reply, sorry.
beta.17 solved everything - thank you very much, that fix came very quickly :slight_smile: