react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Using React Native Paper for web

Open shubhenduyednap opened this issue 8 months ago • 1 comments

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 ?

Image Image

Image

shubhenduyednap avatar Jun 14 '25 16:06 shubhenduyednap

Expo already configured most of the stuff, it works don't change too much :)

RichardLindhout avatar Aug 07 '25 18:08 RichardLindhout