Skip to content

Files

Latest commit

May 8, 2025
0f9ba45 · May 8, 2025

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 27, 2019
May 7, 2025
Sep 18, 2023
Jan 29, 2019
May 8, 2025
Apr 30, 2025
Aug 19, 2023
Jan 9, 2025
Jan 14, 2021
Aug 10, 2022
Jan 9, 2025
Apr 30, 2025
Aug 21, 2023
Aug 21, 2023
May 7, 2025
May 7, 2025
Apr 30, 2025

Example App for React Native Paper

React Native App

You can run the React Native app with this Snack. Snack allows you to make changes to the example app directly in the online editor and see changes on your phone instantly using the Expo app without having to install or setup anything on your computer. You can also "Export" it to download as a standalone Expo app to run locally.

If you want to run the example from the repo,

  • Clone the repository and run yarn in the root
  • Run yarn example start to start the packager
  • Follow the instructions to open it with the Expo app

Web App

You can also run the example app as a web app using react-native-web,

  • Clone the repository and run yarn in the root
  • Run yarn example web to start the webpack server and open the app in your browser