import * as React from ‘react’; import { AppRegistry } from ‘react-native’; import { Provider as PaperProvider } from ‘react-native-paper’; import { name as appName } from ‘./app. json’; import App from ‘./src/App’; export default function Main() { return ( <PaperProvider> <App /> </PaperProvider> ); } AppRegistry.
Read moreWhat is React Native Paper used for?
Making your React Native apps look and feel native React Native Paper is a high-quality, standard-compliant Material Design library that has you covered in all major use-cases.
Read more