Files
react-native-paper/example
Julian Hundeloh ad6f253df8 feat: add card title component (#796)
* feat: card title

* fix: add action prop

* fix: harmonize props with List.Item

* fix: set fixed width of left element

* fix: optimize height
2019-02-06 10:21:01 +01:00
..
2019-01-29 20:23:58 +01:00
2019-01-29 20:23:58 +01:00
2019-02-06 10:21:01 +01:00
2017-11-27 01:29:42 +05:30
2018-11-05 15:10:54 +01:00
2019-01-29 20:23:58 +01:00
2019-01-29 20:23:58 +01:00

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 cd to this directory
  • Run yarn to install the dependencies
  • Run yarn 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 cd to this directory
  • Run yarn to install the dependencies
  • Run yarn web to start the webpack server and open the app in your browser