I encountered an infinite loop while using a TextInput inside an RBSheet. When the TextInput automatically opens the keyboard and I close the keyboard using the back button, it results in an infinite loop of opening and closing.
i have using
"react": "19.1.1",
"react-native": "0.82.1",
"react-native-raw-bottom-sheet": "^3.0.0-rc.1", or "react-native-raw-bottom-sheet": "^3.0.0",
"react-native-reanimated": "^4.1.5",
"react-native-worklets": "^0.6.1",

