react-native-paper
react-native-paper copied to clipboard
Using React Native Paper for web
Ask your Question
I am just starting a new project with react native expo and react native paper
i have run the following commands
**1.npx create-expo-app@latest myapp
2.npm install react-native-paper**
and then just start the app using -> npm start (for web)
and my app is working fine in web.
My question is regarding article - https://callstack.github.io/react-native-paper/docs/guides/react-native-web which provides addition steps for using react native paper on web, but without using those above stpes my app is working fine in web.
Should I go ahed with this configuration , or i am doing something wrong ?
Expo already configured most of the stuff, it works don't change too much :)