react-native-collapsing-toolbar icon indicating copy to clipboard operation
react-native-collapsing-toolbar copied to clipboard

ios build issue

Open Bhinderg opened this issue 6 years ago • 2 comments

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

Bhinderg avatar Mar 03 '18 11:03 Bhinderg

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.

cesardeazevedo avatar Mar 06 '18 15:03 cesardeazevedo

Hi

I am facing an error build with android Undefined is not an object(Evaluating '_reactNative.UiManager.CTLAppBarLayout.Constants')

Please let me know how to fix this.

Thanks in advance

pankajtalaviya97 avatar Jul 10 '19 11:07 pankajtalaviya97