You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use RNRF's renderNavigationBar, which is a static function. This library currently doesn't pass on these static functions, which causes issues in situations like this.
Awesome library! 👍
I'm trying to use RNRF's
renderNavigationBar
, which is a static function. This library currently doesn't pass on these static functions, which causes issues in situations like this.A quickfix for my specific problem:
For a more complete solution, perhaps hoist-non-react-statics could be used.
The text was updated successfully, but these errors were encountered: