cmdominguez / react-native-custom-bottom-tabs

Libreria para usar un componente RN en la bottom tab de RNN
2 stars 0 forks source link

Build failed if add react-native-firebase #2

Open zhaiyjgithub opened 4 days ago

zhaiyjgithub commented 4 days ago

Hi there,

It's okay if I just run with react-native-navigation and react-native-custom-bottom-tabs. And then I try to add react-native-firebase but got complier error:

image

And then I try to remove react-native-custom-bottom-tabs and it works.

Besides, could you remove below code if it enable new arch: image

Thanks a lot. Love this package.

cmdominguez commented 4 days ago

@zhaiyjgithub Hello! again :) review this problem and let you know when I find a solution. Question, what version of RN are you using?

zhaiyjgithub commented 3 days ago

@cmdominguez Thanks for your response.

 "@react-native-firebase/app": "^20.1.0",
"@react-native-firebase/auth": "^20.1.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"clsx": "^2.1.1",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-native": "0.74.3",