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
Hi I am facing an error in ios build in AppBarLayout.js. The error is
Undefined is not an object(Evaluating '_reactNative.UiManager.CTLAppBarLayout.Constants.
Please let me know how to fix this.
Thanks
The text was updated successfully, but these errors were encountered:
This is a android-only component, and you shouldn't require it on shared files, you should create a file like Toolbar.android.js and put the stuff there, and take a different approach on Toolbar.ios.js.
I think i will create some dummy view to avoid those problems.
Hi I am facing an error in ios build in AppBarLayout.js. The error is
Undefined is not an object(Evaluating '_reactNative.UiManager.CTLAppBarLayout.Constants.
Please let me know how to fix this.
Thanks
The text was updated successfully, but these errors were encountered: