Ilya Gomza

Results 4 comments of Ilya Gomza

Project create from starter-kit ```json "dependencies": { "@viro-community/react-viro": "2.21.1", "lottie-react-native": "^5.1.3", "react": "17.0.2", "react-native": "0.65.1", "react-native-get-random-values": "^1.8.0", "uuid": "^8.3.2" }, ```

onRotate don't work on Xiaomi phones (Redmi Note 10) engine - arcore

> Hi @chouji19 try the following package. It solved some issues with freezing or laggy transitions between screens. > > https://github.com/nandorojo/react-navigation-heavy-screen > > If this wont help check your android...

@ViktorVojtek your advice doesn't work ```js const goBack = useCallback(() => { let {index, routeNames, routes} = navigation.getState(); routeNames = routeNames.filter(el => el !== 'AR'); routes = routes.filter( ({ name...