If you have an Expo project, you can do this inside the exported component in the App. js file . Example: import * as React from ‘react’; import { AppRegistry } from ‘react-native’; import { Provider as PaperProvider } from ‘react-native-paper’; import { name as appName } from ‘./app.
Read moreHow do you make a switch in react-native?
React Native – Switch
Read moreIs react native paper responsive?
It is responsive , fast and works reliably on both platforms. When building a React component, you have to style each of them yourself, according to the guidelines of the platform you are targeting.
Read more