bluesky-social / react-native-uitextview

A UITextView implementation for React Native that allows for full text highlighting/selection, native translations, etc.
MIT License
251 stars 15 forks source link

[2.0.0-rc.0] WARN Codegen didn't run for RNUITextViewChild #19

Open samtsai opened 1 month ago

samtsai commented 1 month ago

I am getting warnings with RC release 2.0.0-rc.0

 (NOBRIDGE) WARN  Codegen didn't run for RNUITextViewChild. This will be an error in the future. Make sure you are using @react-native/babel-preset when building your JavaScript code. [Component Stack]
 (NOBRIDGE) WARN  Codegen didn't run for RNUITextView. This will be an error in the future. Make sure you are using @react-native/babel-preset when building your JavaScript code. [Component Stack]
haileyok commented 1 month ago

Ahh yea, thanks. Fairly certain I know what that's happening. Will take a peek this week and see if I can get it working.