ReactNative–navigator createBottomTabNavigator (bottom tab navigator)

The previous article talked about how to write a stack navigator, click here -> stack navigator Tab Navigation Organ Network Links Install dependencies first yarn add @react-navigation/bottom-tabs Then create a new BottomTabs.tsx file under the src/navigator folder, which is similar to the stack navigator~ import React from ‘react’; import { NavigationContainer } from ‘@/react-navigation/native’; import […]

[Solved] Flutter study notes – the solution to the non-update of the secondary page of the Navigator routing jump

Flutter study notes – the solution to the non-update of the secondary page of the Navigator routing jump foreword sample code Error example correct example Kind tips concluding remarks Foreword It has not been updated for a long time, today I will write about the problems I recently encountered while developing Flutter When using Navigator.of(context).push(), […]

[Solved] Error PermissionError: [WinError 5] Access is denied when opening Anaconda Navigator.

There was no problem before shutting down the day before, but when I opened Anaconda Navigator the next day, it reported an error. I searched for the solution on the Internet and recorded it here. Error content: Traceback (most recent call last): File “C:\Users\AppData\Local\Continuum\anaconda3\lib\site-packages\psutil\_pswindows.py”, line 636, in wrapper return fun(self, *args, **kwargs) File “C:\Users\AppData\Local\Continuum\anaconda3\lib\site-packages\psutil\_pswindows.py”, line […]

[Solved] js copy method navigator.clipboard compatibility processing, the console directly executes the error DOMException: Document is not focused

js copy method navigator.clipboard compatibility processing, directly execute the error DOMException: Document is not focused Directory js copy method navigator.clipboard compatibility processing, directly execute the error DOMException: Document is not focused Compatibility handling (direct use) Executed in the console, an error is reported `DOMException: Document is not focused.` Compatibility handling (direct use) https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard If navigator.clipboard […]

[Solved] The solution that the navigator cannot get the instance of mediaDevices after the web resource is deployed (navigator.mediaDevices is undefined)

Questions In the recent development, there is a function that needs to realize the function of recording the screen. I use the recordrtc library here. There is no problem in the local development during the process. When deploying to the online environment, the navigator.mediaDevices is undefined, and I found a lot of articles. and the […]