decisionnguyen

Results 5 comments of decisionnguyen

I too have this issue. Also, the iOS word suggestions keep the text entered from the previous line as if its the same word. For example: > a > help...

It's worked ``` diff --git a/node_modules/react-native/Libraries/Lists/VirtualizedList.js b/node_modules/react-native/Libraries/Lists/VirtualizedList.js index 6de43b7..4baf72c 100644 --- a/node_modules/react-native/Libraries/Lists/VirtualizedList.js +++ b/node_modules/react-native/Libraries/Lists/VirtualizedList.js @@ -26,6 +26,8 @@ import { computeWindowedRenderLimits, } from './VirtualizeUtils'; +const Platform = require('../Utilities/Platform'); + import...

Same issue Got error in real device Device: iPhone 15 OS: iOS 17.x Version 14.0.0-beta9

> > > It's seem version 14.x beta fixed the issue, let use react-native-camera-kit package from git instead npm > > > > > > Which version exactly? > >...