Replies: 4 comments 6 replies
-
It seems like having message "setNativeProps is deprecated. Please update props using React state instead." on 2023-02-07 I don't think have this issue on now.
|
Beta Was this translation helpful? Give feedback.
-
@necolas ping. how about your opinion? |
Beta Was this translation helpful? Give feedback.
-
At first look of this thread today I thought this was a terrible change that needed to be reverted. But, after some further thought and research it looks like setNativeProps is still going to be phased out of React Native. I think this should eventually be removed, but I'm not sure if removing it ahead of the core team is a good idea. Maybe more of a philosophical & DX question. Personally I'm going to push through this issue with some patching on the culprit 3rd party library causing this problem, which is quite old anyway. |
Beta Was this translation helpful? Give feedback.
-
I went ahead and filed a new issue here suggesting that the setNativeProps API should be implemented again, since it is now supported in Fabric after react-native 0.72 as seen here. |
Beta Was this translation helpful? Give feedback.
-
I saw commit [change] Remove setNativeProps API
I can't understand this. but I have Issue under
I update rnw 18.12 => 19.6, now
some packages got errors
I wonder It's related or not
Thanks
Steps to reproduce
react-native-web ^0.19.6
react ^18.2.0
react-native-paper-tabs": "^0.7.0",
Beta Was this translation helpful? Give feedback.
All reactions